summaryrefslogtreecommitdiff
path: root/ext/spl/spl_iterators.h
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-07-12 10:54:14 +0200
committerAnatoliy Belsky <ab@php.net>2012-07-12 10:54:14 +0200
commitad7eeba3c1a4c77f439afc936fbf50b811a46a6b (patch)
tree29d8e34e7bac5427d53f8b7993e41b3ceb299c0f /ext/spl/spl_iterators.h
parent896d0fcd41df13fc852417de222aac2482d2704b (diff)
downloadphp-git-ad7eeba3c1a4c77f439afc936fbf50b811a46a6b.tar.gz
reverted changes for #62477
Diffstat (limited to 'ext/spl/spl_iterators.h')
-rwxr-xr-xext/spl/spl_iterators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_iterators.h b/ext/spl/spl_iterators.h
index 9494b26a0d..525a25cc9e 100755
--- a/ext/spl/spl_iterators.h
+++ b/ext/spl/spl_iterators.h
@@ -128,7 +128,7 @@ typedef struct _spl_dual_it_object {
uint str_key_len;
ulong int_key;
int key_type; /* HASH_KEY_IS_STRING or HASH_KEY_IS_LONG */
- long pos;
+ int pos;
} current;
dual_it_type dit_type;
union {