3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i=0;$i<16;$i++) { echo $i."*".$i."+".$i."=".($i*$i+$i*3.14)."\n"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
0*0+0=0 1*1+1=4.14 2*2+2=10.28 3*3+3=18.42 4*4+4=28.56 5*5+5=40.7 6*6+6=54.84 7*7+7=70.98 8*8+8=89.12 9*9+9=109.26 10*10+10=131.4 11*11+11=155.54 12*12+12=181.68 13*13+13=209.82 14*14+14=239.96 15*15+15=272.1

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