Skip to content

Instantly share code, notes, and snippets.

@2bard
Created June 23, 2013 16:31
Show Gist options
  • Save 2bard/5845607 to your computer and use it in GitHub Desktop.
Save 2bard/5845607 to your computer and use it in GitHub Desktop.
Sublime text PHP var dump
<snippet>
<content><![CDATA[
echo '<pre>' . print_r($0, true) . '</pre>'; exit;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>dump</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment