summaryrefslogtreecommitdiff
path: root/include/iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iterator.h')
-rw-r--r--include/iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iterator.h b/include/iterator.h
index 0c64133..7cc99cb 100644
--- a/include/iterator.h
+++ b/include/iterator.h
@@ -128,7 +128,7 @@ private:
* @param int_key
* @return HASH_KEY_IS_STRING or HASH_KEY_IS_LONG
*/
- static int key(struct _zend_object_iterator *iter, char **str_key, uint *str_key_len, ulong *int_key);
+ static int key(struct _zend_object_iterator *iter, char **str_key, unsigned int *str_key_len, unsigned long *int_key);
/**
* Step forwards to the next element