--TEST-- No autoloading during constant resolution --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_const_autoload.inc --SKIPIF-- --FILE-- getMessage() . "\n"; } ?> --EXPECT-- bool(true) Undefined constant Foo::BAR