3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i;$i<=9;$i+=1) { for($j;$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
Warning: Undefined variable $i in /in/PKXuY on line 2 Warning: Undefined variable $j in /in/PKXuY on line 4 Warning: Undefined variable $i in /in/PKXuY on line 4 Warning: Undefined variable $i in /in/PKXuY on line 6 Warning: Undefined variable $j in /in/PKXuY on line 6 Warning: Undefined variable $i in /in/PKXuY on line 6 Warning: Undefined variable $j in /in/PKXuY on line 6 *=0 Warning: Undefined variable $i in /in/PKXuY on line 7 Warning: Undefined variable $j in /in/PKXuY on line 7 <br> Warning: Undefined variable $j in /in/PKXuY on line 4 Warning: Undefined variable $i in /in/PKXuY on line 4 Warning: Undefined variable $i in /in/PKXuY on line 2 1*1=1<br>2*2=4<br>3*3=9<br>4*4=16<br>5*5=25<br>6*6=36<br>7*7=49<br>8*8=64<br>9*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:
46.66 ms | 402 KiB | 8 Q