php-src/Zend/tests/halt01.phpt

13 lines
139 B
Plaintext
Raw Normal View History

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