Annotation of embedaddon/php/Zend/tests/nowdoc_008.phpt, revision 1.1

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--

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