mirror of
https://github.com/php/php-src.git
synced 2024-12-24 17:30:48 +08:00
9 lines
251 B
PHP
9 lines
251 B
PHP
--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
|