Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds