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()291 IntlIterator_ce_ptr = register_class_IntlIterator(zend_ce_iterator); in intl_register_IntlIterator_class()292 IntlIterator_ce_ptr->create_object = IntlIterator_object_create; in intl_register_IntlIterator_class()293 IntlIterator_ce_ptr->get_iterator = IntlIterator_get_iterator; in intl_register_IntlIterator_class()294 IntlIterator_ce_ptr->ce_flags |= ZEND_ACC_REUSE_GET_ITERATOR; in intl_register_IntlIterator_class()
67 extern zend_class_entry *IntlIterator_ce_ptr;
277 IntlPartsIterator_ce_ptr = register_class_IntlPartsIterator(IntlIterator_ce_ptr); in breakiterator_register_IntlPartsIterator_class()
Completed in 8 milliseconds