<?php error_reporting(-1); for ($i = 0; $i <= 10; $i++) { $i = $i + $i; echo "$i \n";}
Standard input is empty
0 2 6 14
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!