initial commit
[emacs-init.git] / nxhtml / tests / in / bug400415-foo.php
1 <?php
2
3 class Foo {
4   public function foo() {
5     $foo = <<<EOT_SQL
6     I am a heredoc
7 EOT_SQL
8   }
9 }