mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
35a36b13e5
Fixes GH-10486 Fixes oss-fuzz #55436 Fixes oss-fuzz #55472 Closes GH-10487
12 lines
236 B
PHP
12 lines
236 B
PHP
--TEST--
|
|
Assertion error when attempting comp-time eval of dynamic class constant fetch
|
|
--FILE--
|
|
<?php
|
|
y::{5}::y;
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Uncaught Error: Class "y" not found in %s:%d
|
|
Stack trace:
|
|
#0 {main}
|
|
thrown in %s on line %d
|