summaryrefslogtreecommitdiff
path: root/Zend/tests/halt_compiler1.phpt
blob: 77b3696f2286b20918b6bd7c8a9a11f9c7ebd81f (plain)
1
2
3
4
5
6
7
8
--TEST--
__HALT_COMPILER();
--FILE--
<?php echo 'test'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER();
?>
===DONE===
--EXPECT--
testint(73)