Merge pull request #45 from Pawka/master

New PHP snippet: vdd
This commit is contained in:
Honza Pokorny 2011-11-24 05:53:12 -08:00
commit abcd3cee8a
2 changed files with 3 additions and 0 deletions

View File

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

View File

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