ru_php/ext/opcache/tests/preload_variance_ind.inc

7 lines
189 B
PHP

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