Created
June 4, 2018 15:33
-
-
Save gregilo/80ea51eb16d05742e40ffb521bb70d93 to your computer and use it in GitHub Desktop.
PHP Snippets for Atom
This file contains hidden or 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
| '.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