We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc9820 commit 6cf5e7fCopy full SHA for 6cf5e7f
Zend/zend_hash.h
@@ -180,7 +180,8 @@ ZEND_API int zend_hash_num_elements(HashTable *ht);
180
181
ZEND_API int zend_hash_rehash(HashTable *ht);
182
183
-ZEND_API ulong hashpjw(char *arKey, uint nKeyLength);
+/* ZEND_API ulong hashpjw(char *arKey, uint nKeyLength); */
184
+ZEND_API ulong zend_hash_func(char *arKey, uint nKeyLength);
185
186
#if ZEND_DEBUG
187
/* debug */
0 commit comments