3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 1; for($f = 0; $f <= 20; $f++) { echo "F".$f." = ".intval((($f*$f-1)+$f*$f-2))."\n"; $i++; }
Output for git.master, git.master_jit, rfc.property-hooks
F0 = -3 F1 = -1 F2 = 5 F3 = 15 F4 = 29 F5 = 47 F6 = 69 F7 = 95 F8 = 125 F9 = 159 F10 = 197 F11 = 239 F12 = 285 F13 = 335 F14 = 389 F15 = 447 F16 = 509 F17 = 575 F18 = 645 F19 = 719 F20 = 797

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