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