3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 1; $n = 2; for($f = 0; $f <= 20; $f++) { echo "F".$f." = ".$f-$i+$f-$n."\n"; $i++; $n++; }
Output for git.master, git.master_jit, rfc.property-hooks
F0 = -3 F1 = -3 F2 = -3 F3 = -3 F4 = -3 F5 = -3 F6 = -3 F7 = -3 F8 = -3 F9 = -3 F10 = -3 F11 = -3 F12 = -3 F13 = -3 F14 = -3 F15 = -3 F16 = -3 F17 = -3 F18 = -3 F19 = -3 F20 = -3

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:
39.26 ms | 401 KiB | 8 Q