<?php $startTime = microtime(true); for ($i = 0; $i < 16; ++$i) { str_repeat('%d ', 12500); } $t=microtime(true) - $startTime; var_dump($t,number_format($t,10));
You have javascript disabled. You will not be able to edit any code.