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