<?php spl_autoload_register(function ($class) { echo 'Class: '.$class."\n"; if ($class === 'Foo') { class Foo implements Bar {} } }); var_dump(class_exists('Foo'));
You have javascript disabled. You will not be able to edit any code.