mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix class/iterator relationship & handling
This commit is contained in:
parent
15bfbc7619
commit
b0b82541e8
5 changed files with 32 additions and 35 deletions
|
@ -126,7 +126,7 @@ typedef struct _zend_function_entry {
|
|||
class_container.__set = handle_propset; \
|
||||
class_container.num_interfaces = 0; \
|
||||
class_container.get_iterator = NULL; \
|
||||
class_container.iterator_funcs = NULL; \
|
||||
class_container.iterator_funcs.funcs = NULL; \
|
||||
}
|
||||
|
||||
int zend_next_free_module(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue