Skip to content

Instantly share code, notes, and snippets.

@manojmohangit
Created October 10, 2019 06:19
Show Gist options
  • Save manojmohangit/234ef8b9af6147c5f21ebb3d1fd84696 to your computer and use it in GitHub Desktop.
Save manojmohangit/234ef8b9af6147c5f21ebb3d1fd84696 to your computer and use it in GitHub Desktop.
Echo html break in php - Helpfull for debug purpose
{
//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