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