]> granicus.if.org Git - php/commitdiff
Need to update iterators handler table too.
authorMarcus Boerger <helly@php.net>
Mon, 10 Nov 2003 18:05:02 +0000 (18:05 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 10 Nov 2003 18:05:02 +0000 (18:05 +0000)
Zend/zend_iterators.c

index 3da67b26cfebb8b02780865dc03872db45120e81..3a47db47c57790fec517bc37e899cf4acacdf652 100755 (executable)
@@ -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 */