<?php$x=10;$i=1;while ($x >0) { $x=$x%10; $i++;}echo $i;
Standard input is empty
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!