Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_iterators.c29 static const zend_object_handlers iterator_object_handlers = { variable
86 iter->std.handlers = &iterator_object_handlers; in zend_iterator_init()
101 if (Z_OBJ_HT_P(array_ptr) == &iterator_object_handlers) { in zend_iterator_unwrap()

Completed in 4 milliseconds