xref: /PHP-7.4/Zend/tests/bug77738.phpt (revision c7920aba)
1--TEST--
2Bug #77738 (Nullptr deref in zend_compile_expr)
3--FILE--
4<?php
5__COMPILER_HALT_OFFSET__;
6; // <- important
7--EXPECTF--
8Warning: Use of undefined constant __COMPILER_HALT_OFFSET__ - assumed '__COMPILER_HALT_OFFSET__' %sbug77738.php on line %d
9