Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/php/heredoc.txt
2021-04-07 19:25:18 -04:00

15 lines
131 B
Plaintext
Vendored

echo <<<EOT
String with $var and {$foo->bar[1]}.
EOT;
echo <<<EOT
string
EOT
still string
EOT;
array(<<<EOD
foobar!
EOD
);