3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_error_handler(function() { throw new \ErrorException(); }); try { fatal_error(); } catch (\Exception $e) { echo 'caught!'; } echo 'done';

preferences:
60.53 ms | 402 KiB | 5 Q