1<?php 2spl_autoload_register(function($class) { 3 // Autoloader should not get called. 4 echo "Trying to autoload $class\n"; 5}); 6opcache_compile_file(__DIR__ . '/preload_variance.inc'); 7