1
0
mirror of https://tildegit.org/ben/dotfiles.git synced 2025-03-15 19:00:46 +00:00

12 lines
352 B
Plaintext
Raw Normal View History

2018-10-01 00:51:07 -04:00
<snippet>
<content><![CDATA[
echo '<pre>$1 Dump ';
print_r(${1:get_defined_vars()});
echo '</pre>';
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>pprintvars</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.php</scope>
</snippet>