1
0
mirror of https://tildegit.org/ben/dotfiles.git synced 2025-04-03 19:43:23 +00:00
2018-10-01 00:51:07 -04:00

10 lines
338 B
XML
Executable File

<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>