Skip to content

Instantly share code, notes, and snippets.

@nicolasegp
Last active August 11, 2016 21:00
Show Gist options
  • Save nicolasegp/09f1b5668faac93bca32e2bea399576a to your computer and use it in GitHub Desktop.
Save nicolasegp/09f1b5668faac93bca32e2bea399576a to your computer and use it in GitHub Desktop.
{
"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