DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / heredoc.php
12345678910
<?php if (1) { $str = <<<EOD Example of string spanning multiple lines using heredoc syntax. EOD; echo 1; } ?>