3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a($str1,$str2){ $d = $str1*3 + $str2*2; return $d; } for($count1 = 0; $count1 < 3; $count1++){ for($count2 = 0; $count2 < 3; $count2++){ $array[$count1][$count2] = a($count1,$count2); echo $array[$count1][$count2]." "; } } echo min(array_keys($array); ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Parse error: syntax error, unexpected ';' in /in/JBed9 on line 12
Process exited with code 255.

preferences:
189.67 ms | 1395 KiB | 65 Q