Searched refs:IntlIterator_ce_ptr (Results 1 – 3 of 3) sorted by relevance
32 zend_class_entry *IntlIterator_ce_ptr; variable143 object_init_ex(object, IntlIterator_ce_ptr); in IntlIterator_from_StringEnumeration()276 IntlIterator_ce_ptr = register_class_IntlIterator(zend_ce_iterator); in intl_register_common_symbols()277 IntlIterator_ce_ptr->create_object = IntlIterator_object_create; in intl_register_common_symbols()278 IntlIterator_ce_ptr->default_object_handlers = &IntlIterator_handlers; in intl_register_common_symbols()279 IntlIterator_ce_ptr->get_iterator = IntlIterator_get_iterator; in intl_register_common_symbols()
67 extern zend_class_entry *IntlIterator_ce_ptr;
273 IntlPartsIterator_ce_ptr = register_class_IntlPartsIterator(IntlIterator_ce_ptr); in breakiterator_register_IntlPartsIterator_class()
Completed in 9 milliseconds