PHP bechmarks added
[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.230849 seconds and 4 git commands to generate.