php-src/Zend/tests/halt01.phpt
2005-06-04 16:16:19 +00:00

13 lines
139 B
PHP

--TEST--
__HALT_COMPILER() basic test
--FILE--
<?php
print "yo!\n";
__HALT_COMPILER();
none of this should be displayed!
--EXPECT--
yo!