xref: /PHP-8.3/Zend/tests/gh10486.phpt (revision 35a36b13)
1--TEST--
2Assertion error when attempting comp-time eval of dynamic class constant fetch
3--FILE--
4<?php
5y::{5}::y;
6?>
7--EXPECTF--
8Fatal error: Uncaught Error: Class "y" not found in %s:%d
9Stack trace:
10#0 {main}
11  thrown in %s on line %d
12