3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_exception_handler(function () { ob_end_clean(); }); set_error_handler(function() { var_dump(debug_backtrace()); throw new Exception(); }); $a['waa'];

preferences:
38.2 ms | 408 KiB | 5 Q