dotar/vim/snippets/php/globals.snippet

2 lines
58 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
$GLOBALS['${1:variable}']${2: = }${3:something}${4:;}${5}