3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h = 0; function hl($h) { if ($h > 4) { throw Exception(); } ++$h; hl($h); } hl(0);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function Exception() in /in/IVdNY:7 Stack trace: #0 /in/IVdNY(10): hl(5) #1 /in/IVdNY(10): hl(5) #2 /in/IVdNY(10): hl(4) #3 /in/IVdNY(10): hl(3) #4 /in/IVdNY(10): hl(2) #5 /in/IVdNY(14): hl(1) #6 {main} thrown in /in/IVdNY on line 7
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
48.24 ms | 401 KiB | 8 Q