<?php spl_autoload_register( function () { class Autoloaded {} } ); header_register_callback( function () { new Autoloaded(); } ); throw new Exception();
You have javascript disabled. You will not be able to edit any code.