<?php $startTime = $this->microtime_float(); for ($i = 0; $i < $runCount; $i++) { if ($i == -1) { } elseif ($i == -2) { } else if ($i == -3) { } } $time = $this->microtime_float() - $startTime; echo str_pad("If/Else", 27) . " : " . number_format($time, 3) . " sec.\n"; return $time;
You have javascript disabled. You will not be able to edit any code.