3v4l.org

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

preferences:
35.06 ms | 402 KiB | 5 Q