Searched refs:IntlIterator_handlers (Results 1 – 2 of 2) sorted by relevance
33 zend_object_handlers IntlIterator_handlers; variable278 IntlIterator_ce_ptr->default_object_handlers = &IntlIterator_handlers; in intl_register_common_symbols()281 memcpy(&IntlIterator_handlers, &std_object_handlers, in intl_register_common_symbols()282 sizeof IntlIterator_handlers); in intl_register_common_symbols()283 IntlIterator_handlers.offset = XtOffsetOf(IntlIterator_object, zo); in intl_register_common_symbols()284 IntlIterator_handlers.clone_obj = NULL; in intl_register_common_symbols()285 IntlIterator_handlers.free_obj = IntlIterator_objects_free; in intl_register_common_symbols()
68 extern zend_object_handlers IntlIterator_handlers;
Completed in 7 milliseconds