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

6 lines
42 B
PHP
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
$x = <<<'FOO'
No
$interpolation
here
FOO;