<?php$n;for($i=1;$i<=$n;$i++){ for($j=1;$j<=$i;$j++){ echo "*"; } echo "\n";}
Standard input is empty
Standard output is empty
PHP Notice: Undefined variable: n in /home/ItgXQY/prog.php on line 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!