Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.h35 static inline IntlDateFormatter_object *php_intl_dateformatter_fetch_object(zend_object *obj) { in php_intl_dateformatter_fetch_object() function
38 #define Z_INTL_DATEFORMATTER_P(zv) php_intl_dateformatter_fetch_object(Z_OBJ_P(zv))
H A Ddateformat_class.c47 IntlDateFormatter_object* dfo = php_intl_dateformatter_fetch_object(object); in IntlDateFormatter_object_free()
88 new_dfo = php_intl_dateformatter_fetch_object(new_obj); in IntlDateFormatter_object_clone()

Completed in 4 milliseconds