<?php for ($x = 1; $x < 10; $x++) { echo "x = $x\n";}
Standard input is empty
x = 1 x = 2 x = 3 x = 4 x = 5 x = 6 x = 7 x = 8 x = 9
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!