Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/dateformat/
H A Ddateformat_class.h33 static inline IntlDateFormatter_object *php_intl_dateformatter_fetch_object(zend_object *obj) { in php_intl_dateformatter_fetch_object() function
36 #define Z_INTL_DATEFORMATTER_P(zv) php_intl_dateformatter_fetch_object(Z_OBJ_P(zv))
H A Ddateformat_class.c34 IntlDateFormatter_object* dfo = php_intl_dateformatter_fetch_object(object); in IntlDateFormatter_object_free()
72 dfo = php_intl_dateformatter_fetch_object(object); in IntlDateFormatter_object_clone()
76 new_dfo = php_intl_dateformatter_fetch_object(new_obj); in IntlDateFormatter_object_clone()

Completed in 8 milliseconds