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> |
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[ | |
echo('<pre>'); | |
print_r($1); | |
echo('</pre>'); | |
die(); | |
]]></content> | |
<tabTrigger>die</tabTrigger> | |
<scope>source.php</scope> | |
<description>Recursive Die</description> |
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
# place in ~/.bash_aliases or ~/.profile or something similar | |
alias svndiffd="svn diff | egrep '(print_r)|(die\()|(error_log)|(debug)|(DEBUG)|(todo)|(TODO)|(console.log)|(alert\()'" |
NewerOlder