<?php if (___) ?> ___ <?php endif ?> 164 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : <?php if (___) ?> ___ <?php endif ?>
  3. #key : if
  4. # --
  5. <?php if (${1:condition}): ?>
  6. $0
  7. <?php endif ?>