php-8.0.30-src/ext/opcache/tests/assign_static_prop_ref_resu...

15 lines
273 B
PHP

--TEST--
ASSIGN_STATIC_PROP_REF result should have live range
--FILE--
<?php
class Test {
public static $prop;
}
Test::$prop =& $v + UNDEF;
?>
--EXPECTF--
Fatal error: Uncaught Error: Undefined constant "UNDEF" in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d