--TEST-- GH-21052: Preloaded constant erroneously propagated to file-cached script --CREDITS-- Grummfy --EXTENSIONS-- opcache --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_cache="{TMP}" opcache.preload={PWD}/gh21052_a.inc --SKIPIF-- --FILE-- --EXPECT-- array(1) { [0]=> string(3) "foo" } array(1) { [0]=> string(3) "foo" } array(1) { [0]=> string(3) "foo" }