Test Source: test5 - Function: Test5_2
<?php// Test Sourcefunction Test5_2() { /* The Test */ $t = microtime(true); $i = 0; while($i < 1000000) ++$i; return (microtime(true) - $t);}?>
This site is brought to you by Chris Vincent