mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
|
--TEST--
|
||
|
__HALT_COMPILER();
|
||
|
--FILE--
|
||
|
<?php echo 'test'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER();
|
||
|
?>
|
||
|
===DONE===
|
||
|
--EXPECT--
|
||
|
testint(73)
|