Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stratigos/2d44024afb54932e0cf9 to your computer and use it in GitHub Desktop.
Save stratigos/2d44024afb54932e0cf9 to your computer and use it in GitHub Desktop.
Sublime 2 Snippet for PHP error_log() with newlines, for debugging
<snippet>
<content><![CDATA[
error_log("\n\n $1 \n\n");
]]></content>
<tabTrigger>error</tabTrigger>
<scope>source.php</scope>
<description>Err Log w Newlines</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment