RosettaCodeData/Task/Here-document/PHP/here-document-2.php
2023-07-01 13:44:08 -04:00

5 lines
42 B
PHP

$x = <<<'FOO'
No
$interpolation
here
FOO;