1
0
Fork 0
mirror of synced 2025-01-12 16:06:17 -05:00
ultimate-vim/bundle/snipmate-snippets/php/foreach.snippet
2014-05-09 21:28:39 +02:00

3 lines
58 B
Text

foreach ($${1:variable} as $${2:key}){
${3:// code...}
}