Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_class.c25 static zend_object_handlers IntlDateFormatter_handlers; variable
105 IntlDateFormatter_ce_ptr->default_object_handlers = &IntlDateFormatter_handlers; in dateformat_register_IntlDateFormatter_class()
107 memcpy(&IntlDateFormatter_handlers, &std_object_handlers, in dateformat_register_IntlDateFormatter_class()
108 sizeof IntlDateFormatter_handlers); in dateformat_register_IntlDateFormatter_class()
109 IntlDateFormatter_handlers.offset = XtOffsetOf(IntlDateFormatter_object, zo); in dateformat_register_IntlDateFormatter_class()
110 IntlDateFormatter_handlers.clone_obj = IntlDateFormatter_object_clone; in dateformat_register_IntlDateFormatter_class()
111 IntlDateFormatter_handlers.free_obj = IntlDateFormatter_object_free; in dateformat_register_IntlDateFormatter_class()

Completed in 4 milliseconds