@ -122,7 +122,7 @@ function compileOpcache()
error_reporting(0);
foreach (listOpcacheCompilableFiles() as $file) {
if (opcache_is_script_cached($file)) {
yield @opcache_inisValid($file, true);
yield @opcache_invalidate($file, true);
} else {
yield @opcache_compile_file($file);
}