summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug370417.php
blob: b73534de20704deb3be1abc62656ece2b538a583 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <body>
    <p>
      <?php
        echo "foo";
echo "bar";
      ?>
    </p>
  </body>
</html>