ミラー元
https://tildegit.org/ben/dotfiles.git
前回の同期 2025-07-05 14:02:02 +00:00
10 行
338 B
XML
実行ファイル
10 行
338 B
XML
実行ファイル
<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>
|