legacy-dotfiles/emacs.d/nxhtml/tests/in/chunks-in-chunks1.php

20 lines
172 B
PHP
Raw Normal View History

$a = <<<EOTHTML
<p>stuff</p>
EOTHTML;
$b = <<<EOT
<h2><a href="/">stuff</a></h2>
EOT;
$c = <<<EOT
<button onclick="a()">test</button>
EOT;