3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_exception_handler(function() { echo 3; return false; }); function test() { echo 1; throw new \Exception("test"); echo 2; } test(); echo 4;

preferences:
40.54 ms | 402 KiB | 5 Q