<?php foreach (___) ___ <?php endforeach ?> 224 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : <?php foreach (___) ___ <?php endforeach ?>
  3. #key : foreach
  4. # --
  5. <?$php foreach (\$${1:variable} as \$${2:key}${3: => \$${4:value}}): ?>
  6. $0
  7. <?$php endforeach ?>