Searched refs:iterator_object_handlers (Results 1 – 1 of 1) sorted by relevance
30 static zend_object_handlers iterator_object_handlers = { variable79 iter->std.handlers = &iterator_object_handlers; in zend_iterator_init()94 if (Z_OBJ_HT_P(array_ptr) == &iterator_object_handlers) { in zend_iterator_unwrap()
Completed in 5 milliseconds