Last active
August 11, 2016 21:00
-
-
Save nicolasegp/09f1b5668faac93bca32e2bea399576a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Print Arrays": { | |
"prefix": "_pre", | |
"body": "echo '<pre>'.print_r($${1:var}, true).'</pre>';", | |
"scope": { | |
"mode": ["PHP"] | |
}, | |
"description": "Debug para imprimir Arrays en PHP" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment