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