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 ""; } else { echo "<br>"; } } }
Output for git.master, git.master_jit, rfc.property-hooks
1*1=1<br>2*1=22*2=4<br>3*1=33*2=63*3=9<br>4*1=44*2=84*3=124*4=16<br>5*1=55*2=105*3=155*4=205*5=25<br>6*1=66*2=126*3=186*4=246*5=306*6=36<br>7*1=77*2=147*3=217*4=287*5=357*6=427*7=49<br>8*1=88*2=168*3=248*4=328*5=408*6=488*7=568*8=64<br>9*1=99*2=189*3=279*4=369*5=459*6=549*7=639*8=729*9=81<br>

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