--TEST-- Preloading class using trait with undefined class constant access --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_undef_const_2.inc --SKIPIF-- --FILE-- getMessage() . "\n"; } ?> --EXPECT-- bool(true) bool(true) Undefined constant "UNDEF"