3v4l.org

run code in 300+ PHP versions simultaneously
<?php spl_autoload_register(function () { throw new \Exception(); }); spl_autoload_register(function () { throw new \ReflectionException(); }); try { new \ReflectionClass('A'); } catch (\ReflectionException $e) { }

preferences:
160.53 ms | 404 KiB | 5 Q