<?php error_reporting(-1); header('Content-type: text/plain; charset=utf-8'); for ($i=1;$i<10;$i++){ echo $i*$i ."\n"; }
Standard input is empty
1 4 9 16 25 36 49 64 81
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!