binary B+ tree - first attempt, compiles and runs
[svn/Cll1h/.git] / demos / performance / echo.php
CommitLineData
ba41861f 1#!/usr/bin/php5 -q
2<?php
3for ( $i=0; $i<10000000; $i++ )
4{
5 echo "stuff1\n";
6}
7?>
This page took 0.112893 seconds and 4 git commands to generate.