Searched refs:iterator_object_handlers (Results 1 – 1 of 1) sorted by relevance
29 static const zend_object_handlers iterator_object_handlers = { variable60 zend_iterator_class_entry.default_object_handlers = &iterator_object_handlers; in zend_register_iterator_wrapper()101 if (Z_OBJ_HT_P(array_ptr) == &iterator_object_handlers) { in zend_iterator_unwrap()
Completed in 5 milliseconds