1--TEST--
2Property constant expression lhs error
3--FILE--
4<?php
5
6const A_prop = (new A)->prop;
7
8?>
9--EXPECTF--
10Fatal error: Uncaught Error: Class "A" not found in %s:%d
11Stack trace:
12#0 {main}
13  thrown in %s on line %d
14