summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/only-php.php
blob: ef549827038b229d36b4288b1926ea0c605f6ac9 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
include 'header.php';
if (dff) {
  thank();
  // Bad indentation on next line?
     }
for (;;) {
  you();
}
?>