legacy-dotfiles/emacs.d/nxhtml/tests/in/bug400415-foo.php

10 lines
109 B
PHP
Raw Normal View History

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