diff --git a/Zend/zend_iterators.c b/Zend/zend_iterators.c index 3da67b26cfe..3a47db47c57 100755 --- a/Zend/zend_iterators.c +++ b/Zend/zend_iterators.c @@ -38,9 +38,10 @@ static zend_object_handlers iterator_object_handlers = { NULL, NULL, /* get */ NULL, /* set */ - NULL, /* isset */ - NULL, /* unset */ - NULL, /* dim unset */ + NULL, /* has prop */ + NULL, /* unset prop */ + NULL, /* has dim */ + NULL, /* unset dim */ NULL, /* props get */ NULL, /* method get */ NULL, /* call */