<?php spl_autoload_register(function () { throw new \Exception(); }); spl_autoload_register(function () { throw new \ReflectionException(); }); try { new \ReflectionClass('A'); } catch (\ReflectionException $e) { }
You have javascript disabled. You will not be able to edit any code.