$chunk ) { echo "Loading:\n"; foreach ($chunk as $file) { echo " * $file\n"; opcache_compile_file($file) or die("Failed to compile: $file"); } kfDumpStuff('After chunk #' . $i); if ( $i > 10 ) { break; } }