mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Need to update iterators handler table too.
This commit is contained in:
parent
48d249de46
commit
ea3eec9133
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue