Sublime Snippet: dieout


/ Published in: PHP
Save to your folder(s)

This will print out a variable to a <pre>


Copy this code and paste it in your HTML
  1. <snippet>
  2. <content><![CDATA[
  3. die( "<pre>" . print_r( \$${1:variable} , TRUE ) . "</pre>" );
  4. ]]></content>
  5. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  6. <tabTrigger>dieout</tabTrigger>
  7. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  8. <!-- <scope>source.python</scope> -->
  9. </snippet>

URL: http://www.itsgotto.be/cv.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.