about summary refs log blame commit diff
path: root/sublime/.config/sublime-text-3/Packages/User/dumpallvars.sublime-snippet
blob: d97336db5c98342b31558273ac6edcec9f66449b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                           
<snippet>
  <content><![CDATA[
echo '<pre>'; print_r(get_defined_vars()); echo '</pre>';
]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>dumpallvars</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <scope>source.php</scope>
</snippet>