Home
last modified time | relevance | path

Searched refs:IntlIterator_handlers (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/intl/common/
H A Dcommon_enum.cpp33 zend_object_handlers IntlIterator_handlers; variable
278 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()
H A Dcommon_enum.h68 extern zend_object_handlers IntlIterator_handlers;

Completed in 7 milliseconds