3v4l.org

run code in 300+ PHP versions simultaneously
<?php function toto($b) { return $b; } function eh($e) { ob_start('toto'); echo '123'; } function sh() { } register_shutdown_function('sh'); set_exception_handler('eh'); throw new Exception;

preferences:
38.62 ms | 402 KiB | 5 Q