3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=1;$i<=9;$i+=1) { for($j=1;$j<=$i;$j+=1) { echo $i."*".$j."=".$i*$j; /* if($i<>$j) { echo "\t"; } else { echo "<br>"; }*/ } }
Output for git.master, git.master_jit, rfc.property-hooks
1*1=12*1=22*2=43*1=33*2=63*3=94*1=44*2=84*3=124*4=165*1=55*2=105*3=155*4=205*5=256*1=66*2=126*3=186*4=246*5=306*6=367*1=77*2=147*3=217*4=287*5=357*6=427*7=498*1=88*2=168*3=248*4=328*5=408*6=488*7=568*8=649*1=99*2=189*3=279*4=369*5=459*6=549*7=639*8=729*9=81

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:
43.76 ms | 402 KiB | 8 Q