$file) { // Skip anything in the utilities folder as these are CLI tools. if (strpos($file[0], '/utilities/') !== false) continue; opcache_compile_file($file[0]); } ?>