initial commit
[emacs-init.git] / nxhtml / tests / in / bug370417.php
1 <html>
2   <body>
3     <p>
4       <?php
5         echo "foo";
6 echo "bar";
7       ?>
8     </p>
9   </body>
10 </html>