<?php foreach(range(1, 10) as $numbers) { var_dump($numbers); }
Standard input is empty
int(1) int(2) int(3) int(4) int(5) int(6) int(7) int(8) int(9) int(10)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!