initial commit
[emacs-init.git] / nxhtml / tests / in / short-tags.php
1 <? $foo=1 ?>, <?= "bla" ?>
2         instead of
3 <?php $foo=1 ?>, <?php echo "bla" ?>