mirror of
https://github.com/php/php-src.git
synced 2024-12-19 06:50:17 +08:00
a555cc0b3d
Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
9 lines
216 B
PHP
9 lines
216 B
PHP
--TEST--
|
|
__HALT_COMPILER(); bad define() of __COMPILER_HALT_OFFSET__ 1
|
|
--FILE--
|
|
<?php
|
|
define ('__COMPILER_HALT_OFFSET__', 1);
|
|
?>
|
|
--EXPECTF--
|
|
Notice: Constant __COMPILER_HALT_OFFSET__ already defined in %s on line %d
|