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

1.1       misho       1: --TEST--
                      2: __HALT_COMPILER() basic test
                      3: --FILE--
                      4: <?php
                      5: 
                      6: print "yo!\n";
                      7: 
                      8: __HALT_COMPILER();
                      9: 
                     10: none of this should be displayed!
                     11: --EXPECT--
                     12: yo!

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