Print string: Difference between revisions

 
Line 6: Line 6:
<pre>
<pre>
<?php
<?php
echo <<<'EOD'
echo <<<'EOD'
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
Line 11: Line 12:
e.g. \\ and \'.
e.g. \\ and \'.
EOD;
EOD;
</pre>
</pre>