\n"; } print("$diff\t\t$str
\n"); $GLOBALS['timer_last'] = $timer; } $runs = 1000000; print_time("start $runs"); $i=$runs; do { } while ($i--); print_time('loopinit', true); $i=$runs; do { $ary[$i] = 1; } while ($i--); print_time('alloc a bunch of stuff');