mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
17c0c49a54
per request. # Patch by Greg Beaver
8 lines
147 B
PHP
8 lines
147 B
PHP
--TEST--
|
|
__HALT_COMPILER();
|
|
--FILE--
|
|
<?php echo 'test'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER();
|
|
?>
|
|
===DONE===
|
|
--EXPECT--
|
|
testint(73)
|