php-src/Zend/tests/halt_compiler1.phpt

8 lines
147 B
Plaintext
Raw Normal View History

--TEST--
__HALT_COMPILER();
--FILE--
<?php echo 'test'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER();
?>
===DONE===
--EXPECT--
testint(73)