Annotation of embedaddon/php/Zend/tests/heredoc_008.phpt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>