summaryrefslogtreecommitdiff
path: root/ext/spl/spl_iterators.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-02-28 15:03:43 +0800
committerXinchen Hui <laruence@gmail.com>2014-02-28 15:03:43 +0800
commit1265850fef7774146d5eb3ea0c41466886970e14 (patch)
tree62cceb9dc476eafd596b56aa73ef6542378d802c /ext/spl/spl_iterators.h
parenta5ce7d526e77a7d0cce650c7b2c09a1c31ad39bb (diff)
downloadphp-git-1265850fef7774146d5eb3ea0c41466886970e14.tar.gz
Add zend_iterator_dtor
Diffstat (limited to 'ext/spl/spl_iterators.h')
-rw-r--r--ext/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 1da5b85181..78eb67eebe 100644
--- a/ext/spl/spl_iterators.h
+++ b/ext/spl/spl_iterators.h
@@ -126,7 +126,7 @@ typedef struct _spl_cbfilter_it_intern {
typedef struct _spl_dual_it_object {
zend_object std;
struct {
- zval *zobject;
+ zval zobject;
zend_class_entry *ce;
zend_object *object;
zend_object_iterator *iterator;