3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { spl_autoload_register(function(){ echo 'throw'; throw new Exception('waa?'); }); spl_autoload_register(function(){ throw new Exception('waa!'); }); } catch (Exception $e) { var_dump($e); } new A;

preferences:
40 ms | 402 KiB | 5 Q