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() { } rehister_shutdown_function('sh'); set_exception_handler('eh'); throw new Exception;

preferences:
41.23 ms | 402 KiB | 5 Q