mirror of
https://github.com/php/php-src.git
synced 2025-01-24 04:33:39 +08:00
Need to update iterators handler table too.
This commit is contained in:
parent
48d249de46
commit
ea3eec9133
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user