RosettaCodeData/Task/Here-document/PHP/here-document-2.php

6 lines
42 B
PHP
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$x = <<<'FOO'
No
$interpolation
here
FOO;