Test Source: test4 - Function: Test4_4
<?php
// Test Source
function Test4_4() {
global $aHash;
/* The Test */
$t = microtime(true);
while($i < 1000) {
$alias = &$aMultiDimArray[$i]["aaaaa"]["aaaaaaaaaa"];
++$i;
}
return (microtime(true) - $t);
}
?>