<?php echo htmlentities(___) ?> 178 B

12345
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : <?php echo htmlentities(___) ?>
  3. #key : echoh
  4. # --
  5. <?${php echo} htmlentities(${1:\$var}, ENT_QUOTES, 'utf-8') ?>$0