3v4l.org

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

preferences:
41.75 ms | 402 KiB | 5 Q