3v4l.org

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

preferences:
57.52 ms | 402 KiB | 5 Q