<?php$result[0] = 34;$result[1] = 22;$result[2] = 76; for ($i = 0; $i < 3; $i++){print $result[$i].'<br />';}?>
Standard input is empty
34<br />22<br />76<br />
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!