Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/calendar/
H A Dcalendar_class.h41 static inline Calendar_object *php_intl_calendar_fetch_object(zend_object *obj) { in php_intl_calendar_fetch_object() function
44 #define Z_INTL_CALENDAR_P(zv) php_intl_calendar_fetch_object(Z_OBJ_P(zv))
H A Dcalendar_class.cpp62 Calendar_object *co = php_intl_calendar_fetch_object(object); in calendar_fetch_native_calendar()
85 co_orig = php_intl_calendar_fetch_object(object); in Calendar_clone_obj()
89 co_new = php_intl_calendar_fetch_object(ret_val); in Calendar_clone_obj()
159 co = php_intl_calendar_fetch_object(object); in Calendar_get_debug_info()
236 Calendar_object* co = php_intl_calendar_fetch_object(object); in Calendar_objects_free()

Completed in 7 milliseconds