We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c35618 commit 583616dCopy full SHA for 583616d
Zend/zend.h
@@ -139,7 +139,7 @@ struct _zend_class_entry {
139
union _zend_function *serialize_func;
140
union _zend_function *unserialize_func;
141
142
- /* allocated only if class implements Itetrator or IteratorAggregate interface */
+ /* allocated only if class implements Iterator or IteratorAggregate interface */
143
zend_class_iterator_funcs *iterator_funcs_ptr;
144
145
/* handlers */
0 commit comments