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