1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 05:21:02 +02:00
Files
archived-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!