Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/common/
H A Dcommon_enum.cpp33 zend_object_handlers IntlIterator_handlers; variable
288 IntlIterator_ce_ptr->default_object_handlers = &IntlIterator_handlers; in intl_register_common_symbols()
291 memcpy(&IntlIterator_handlers, &std_object_handlers, in intl_register_common_symbols()
292 sizeof IntlIterator_handlers); in intl_register_common_symbols()
293 IntlIterator_handlers.offset = XtOffsetOf(IntlIterator_object, zo); in intl_register_common_symbols()
294 IntlIterator_handlers.clone_obj = NULL; in intl_register_common_symbols()
295 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 5 milliseconds