Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dbench.php198 function hash2($n) { function
201 $hash2["foo_$i"] = 0;
204 foreach($hash1 as $key => $value) $hash2[$key] += $value;
208 print "$hash1[$first] $hash1[$last] $hash2[$first] $hash2[$last]\n";
409 hash2(500);

Completed in 8 milliseconds