]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/bug400415-foo2.php
remove toolbar and menubar
[.emacs.d.git] / emacs / nxhtml / tests / in / bug400415-foo2.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 }