PHP snippet: vdd (var_dump and die)

This commit is contained in:
Povilas Balzaravicius Pawka 2011-11-24 10:43:32 +02:00
parent 1d2f9c6c64
commit 31b1bf7b1f
2 changed files with 3 additions and 0 deletions

View File

@ -32,3 +32,4 @@ Zied ABID
fo60213
marutanm
msanders
Povilas Balzaravičius Pawka

View File

@ -240,6 +240,8 @@ snippet pdd
echo '<pre>'; var_dump(${1}); echo '</pre>'; die(${2:});
snippet vd
var_dump(${1});
snippet vdd
var_dump(${1}); die(${2:});
snippet http_redirect
header ("HTTP/1.1 301 Moved Permanently");