Searched refs:IntlDateFormatter_handlers (Results 1 – 1 of 1) sorted by relevance
29 static zend_object_handlers IntlDateFormatter_handlers; variable79 retval.handlers = &IntlDateFormatter_handlers; in IntlDateFormatter_object_create()196 memcpy(&IntlDateFormatter_handlers, zend_get_std_object_handlers(), in dateformat_register_IntlDateFormatter_class()197 sizeof IntlDateFormatter_handlers); in dateformat_register_IntlDateFormatter_class()198 IntlDateFormatter_handlers.clone_obj = IntlDateFormatter_object_clone; in dateformat_register_IntlDateFormatter_class()
Completed in 14 milliseconds