3v4l.org

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

preferences:
43.02 ms | 402 KiB | 5 Q