Home
last modified time | relevance | path

Searched refs:hash2 (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/Zend/
H A Dbench.php199 function hash2($n) { function
202 $hash2["foo_$i"] = 0;
205 foreach($hash1 as $key => $value) $hash2[$key] += $value;
209 print "$hash1[$first] $hash1[$last] $hash2[$first] $hash2[$last]\n";
410 hash2(500);

Completed in 11 milliseconds