php-src/Zend/tests/gh10486_2.phpt
Ilija Tovilo 35a36b13e5
Fix comp-time and constant evaluation of dynamic class constant fetch
Fixes GH-10486
Fixes oss-fuzz #55436
Fixes oss-fuzz #55472
Closes GH-10487
2023-02-02 19:18:17 +01:00

12 lines
245 B
PHP

--TEST--
Assertion error when attempting constant eval of dynamic class constant fetch
--FILE--
<?php
const y = y::{y};
?>
--EXPECTF--
Fatal error: Uncaught Error: Undefined constant "y" in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d