summaryrefslogtreecommitdiff
path: root/Zend/tests/halt_compiler1.phpt
blob: 4987b29b2ca23a372a37b2282215184eadb6c4a1 (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)