#3 FINALY !!! objects-wiki.c compiles (with -Wall) and runs !
[svn/Cll1h/.git] / demos / performance / echo.php
1 #!/usr/bin/php5 -q
2 <?php
3 for ( $i=0; $i<10000000; $i++ )
4 {
5 echo "stuff1\n";
6 }
7 ?>
This page took 0.367175 seconds and 4 git commands to generate.