--TEST-- RHS gets evaluated before throwing error when accessing properties on non-enums in constant expressions --FILE-- {new Printer ? 'printer' : null}; ?> --EXPECTF-- Printer Fatal error: Uncaught Error: Fetching properties on non-enums in constant expressions is not allowed in %s:%d Stack trace: #0 {main} thrown in %s on line %d