Revision: 64573
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 23, 2013 22:26 by brownrl
Initial Code
<snippet> <content><![CDATA[ die( "<pre>" . print_r( \$${1:variable} , TRUE ) . "</pre>" ); ]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>dieout</tabTrigger> <!-- Optional: Set a scope to limit where the snippet will trigger --> <!-- <scope>source.python</scope> --> </snippet>
Initial URL
http://www.itsgotto.be/cv.php
Initial Description
This will print out a variable to a <pre>
Initial Title
Sublime Snippet: dieout
Initial Tags
php, error
Initial Language
PHP