3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { echo 'before'; throw new RuntimeException(); echo 'after'; } 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
beforeStupid idea Fatal error: Uncaught RuntimeException in /in/DITDd:6 Stack trace: #0 {main} thrown in /in/DITDd on line 6
Process exited with code 255.

preferences:
50.11 ms | 406 KiB | 5 Q