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