<?php
// Test Source
function Test5_2() {
/* The Test */
$t = microtime(true);
$i = 0; while($i < 1000000) ++$i;
return (microtime(true) - $t);
}
?>
sample code
<?php
// Test Source
function Test5_2() {
/* The Test */
$t = microtime(true);
$i = 0; while($i < 1000000) ++$i;
return (microtime(true) - $t);
}
?>