We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d21d7b commit cd1360fCopy full SHA for cd1360f
murmurhash3_32_gc.php
@@ -15,7 +15,7 @@
15
* @return number 32-bit (base 32 converted) positive integer hash
16
*/
17
18
-function murmurhash3_32_opt($key,$seed=0){
+function murmurhash3_32_gc($key,$seed=0){
19
$klen = strlen($key);
20
$h1 = $seed;
21
for ($i=0,$bytes=$klen-($remainder=$klen&3) ; $i<$bytes ; ) {
0 commit comments