php-src/Zend/tests/halt_compiler5.phpt

13 lines
267 B
Plaintext
Raw Normal View History

--TEST--
Using __COMPILER_HALF_OFFSET__ with trailing {} (OSS-Fuzz #17895)
--FILE--
<?php
__COMPILER_HALT_OFFSET__;
{}
?>
--EXPECTF--
Fatal error: Uncaught Error: Undefined constant "__COMPILER_HALT_OFFSET__" in %s:%d
2019-10-02 18:07:49 +08:00
Stack trace:
#0 {main}
thrown in %s on line %d