Created
October 10, 2019 06:19
-
-
Save manojmohangit/234ef8b9af6147c5f21ebb3d1fd84696 to your computer and use it in GitHub Desktop.
Echo html break in php - Helpfull for debug purpose
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
{ | |
//Type php_br for the snippet to work | |
"Php Debug Break": { | |
"prefix" : "php_br", | |
"body": ["echo \"<br/>\";", | |
"echo \"\";", | |
"echo \"<br/>\";" | |
], | |
"description": "Echo statement for debug purpose in php" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment