preload_variance_ind.inc 189 B

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