mirror of https://tildegit.org/ben/dotfiles
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
|
<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>
|