Skip to content

Instantly share code, notes, and snippets.

@gregilo
Created June 4, 2018 15:33
Show Gist options
  • Select an option

  • Save gregilo/80ea51eb16d05742e40ffb521bb70d93 to your computer and use it in GitHub Desktop.

Select an option

Save gregilo/80ea51eb16d05742e40ffb521bb70d93 to your computer and use it in GitHub Desktop.
PHP Snippets for Atom
'.php':
'Var dump':
'prefix': 'var_dump'
'body': 'echo "<pre>";var_dump($1);echo "</pre>";$2'
'print_r':
'prefix': 'print_r'
'body': 'echo "<pre>";print_r($1);echo "</pre>";$2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment