<?php $s = microtime(true); for ($i = 0; $i < 10000; ++$i) { rand(0, 25); } echo microtime(true) - $s;
You have javascript disabled. You will not be able to edit any code.