6 lines
42 B
PHP
6 lines
42 B
PHP
|
|
$x = <<<'FOO'
|
||
|
|
No
|
||
|
|
$interpolation
|
||
|
|
here
|
||
|
|
FOO;
|