Skip to content

Instantly share code, notes, and snippets.

@dotenorio
Created May 13, 2016 13:51
Show Gist options
  • Save dotenorio/45f5b01ff4b3fa23795465907c624ed5 to your computer and use it in GitHub Desktop.
Save dotenorio/45f5b01ff4b3fa23795465907c624ed5 to your computer and use it in GitHub Desktop.
Sublime Snippet PHP: show formated print_r and exit
<snippet>
<content><![CDATA[
echo "<pre>" . print_r(${1}, true) . "</pre>"; exit();
]]></content>
<tabTrigger>ptr</tabTrigger>
<scope>source.php</scope>
<description>show formated print_r and exit</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment