This function took: 8.2015991210937E-8 microseconds.

Easily executed with:

function blah(){
	for($i = 0; $i<= 10; $i++){
		$a = $i;
	}
}

$timer = new Timer("blah", 500); // new Timer ( func, iterations )
echo $timer->getTimes();