3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { print "before exception\n"; throw new RuntimeException(); print "after\n"; } finally { echo 'Stupid idea'; }
Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.15, 8.5.0
before exception Stupid idea Fatal error: Uncaught RuntimeException in /in/gZLfR:6 Stack trace: #0 {main} thrown in /in/gZLfR on line 6
Process exited with code 255.

preferences:
46.03 ms | 406 KiB | 5 Q