Home
last modified time | relevance | path

Searched refs:iterator_object_handlers (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_iterators.c28 static const zend_object_handlers iterator_object_handlers = { variable
77 iter->std.handlers = &iterator_object_handlers; in zend_iterator_init()
92 if (Z_OBJ_HT_P(array_ptr) == &iterator_object_handlers) { in zend_iterator_unwrap()

Completed in 5 milliseconds