mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
8 lines
No EOL
147 B
PHP
8 lines
No EOL
147 B
PHP
--TEST--
|
|
__HALT_COMPILER();
|
|
--FILE--
|
|
<?php echo 'test'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER();
|
|
?>
|
|
===DONE===
|
|
--EXPECT--
|
|
testint(73)
|