mirror of
https://github.com/php/php-src.git
synced 2025-01-12 05:54:13 +08:00
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
|
--TEST--
|
||
|
Bug #77738 (Nullptr deref in zend_compile_expr)
|
||
|
--FILE--
|
||
|
<?php
|
||
|
__COMPILER_HALT_OFFSET__;
|
||
|
; // <- important
|
||
|
--EXPECTF--
|
||
|
Warning: Use of undefined constant __COMPILER_HALT_OFFSET__ - assumed '__COMPILER_HALT_OFFSET__' %sbug77738.php on line %d
|