![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: empty doc test (nowdoc) ! 3: --FILE-- ! 4: <?php ! 5: ! 6: require_once 'nowdoc.inc'; ! 7: ! 8: print <<<'ENDOFNOWDOC' ! 9: ENDOFNOWDOC; ! 10: ! 11: $x = <<<'ENDOFNOWDOC' ! 12: ENDOFNOWDOC; ! 13: ! 14: print "{$x}"; ! 15: ! 16: ?> ! 17: --EXPECT--