summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug400415-foo.php
blob: 8e4093485cfa05c02314d57b6b75089f57445657 (plain)
1
2
3
4
5
6
7
8
9
<?php

class Foo {
  public function foo() {
    $foo = <<<EOT_SQL
    I am a heredoc
EOT_SQL
  }
}