Searched refs:php_intl_calendar_fetch_object (Results 1 – 2 of 2) sorted by relevance
41 static inline Calendar_object *php_intl_calendar_fetch_object(zend_object *obj) { in php_intl_calendar_fetch_object() function44 #define Z_INTL_CALENDAR_P(zv) php_intl_calendar_fetch_object(Z_OBJ_P(zv))
89 co_new = php_intl_calendar_fetch_object(ret_val); in Calendar_clone_obj()244 Calendar_object* co = php_intl_calendar_fetch_object(object); in Calendar_objects_free()
Completed in 5 milliseconds