Created
May 2, 2014 16:03
-
-
Save stratigos/2d44024afb54932e0cf9 to your computer and use it in GitHub Desktop.
Sublime 2 Snippet for PHP error_log() with newlines, for debugging
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
<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