legacy-dotfiles/emacs.d/nxhtml/tests/in/bug370417.php

11 lines
114 B
PHP
Raw Normal View History

<html>
<body>
<p>
<?php
echo "foo";
echo "bar";
?>
</p>
</body>
</html>