diff options
author | Zeev Suraski <zeev@php.net> | 2001-08-20 14:58:52 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-08-20 14:58:52 +0000 |
commit | 9b3df86e8db76a9652cf39bc5bcb35e9f8d1f1d4 (patch) | |
tree | d6557dde1349c744b597f58ee4dad57436ca1006 /Zend/zend_hash.h | |
parent | 8fd65b9f168049ee4831a30e080514fea2e4cf03 (diff) | |
download | php-git-9b3df86e8db76a9652cf39bc5bcb35e9f8d1f1d4.tar.gz |
MFZE1
Diffstat (limited to 'Zend/zend_hash.h')
-rw-r--r-- | Zend/zend_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h index 5bcd62d333..62bcab1f9f 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -154,7 +154,7 @@ ZEND_API ulong zend_hash_next_free_element(HashTable *ht); /* traversing */ ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos); ZEND_API int zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos); -ZEND_API int zend_hash_get_current_key_ex(HashTable *ht, char **str_index, ulong *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos); +ZEND_API int zend_hash_get_current_key_ex(HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos); ZEND_API int zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos); ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos); ZEND_API void zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos); |