$start = microtime(true);for($a = 1; $a < 200; ++$a){ for($i = 1; $i < 4000; ++$i) { romanNumber($i); }}echo microtime(true) - $start;