Python range vs. xrange comparison added
[svn/Cll1h/.git] / demos / performance / echo.php
... / ...
CommitLineData
1#!/usr/bin/php5 -q
2<?php
3for ( $i=0; $i<10000000; $i++ )
4{
5 echo "stuff1\n";
6}
7?>
This page took 0.076505 seconds and 4 git commands to generate.