<?php $a = 20; function prof($koluslug){ for($i = 0; $i<$koluslug; $i++){ echo $i; }} prof($a);
Standard input is empty
012345678910111213141516171819
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!