Searched refs:calendar_obj (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat_helpers.cpp | 32 …zend_object *calendar_obj, zend_long calendar_long, zend_bool calendar_is_null, Locale const& loca… in datefmt_process_calendar_arg() argument 45 } else if (!calendar_obj) { in datefmt_process_calendar_arg() 65 } else if (calendar_obj) { in datefmt_process_calendar_arg() 66 cal = calendar_fetch_native_calendar(calendar_obj); in datefmt_process_calendar_arg()
|
H A D | dateformat_attrcpp.cpp | 159 zend_object *calendar_obj; in PHP_FUNCTION() local 168 …Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_nul… in PHP_FUNCTION() 173 …Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_nul… in PHP_FUNCTION() 187 if (datefmt_process_calendar_arg(calendar_obj, calendar_long, calendar_is_null, locale, in PHP_FUNCTION()
|
H A D | dateformat_helpers.h | 34 …zend_object *calendar_obj, zend_long calendar_long, zend_bool calendar_is_null, Locale const& loca…
|
H A D | dateformat_create.cpp | 56 zend_object *calendar_obj = NULL; in datefmt_ctor() local 80 …Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL(calendar_obj, Calendar_ce_ptr, calendar_long, calendar_is_nul… in datefmt_ctor() 107 …if (datefmt_process_calendar_arg(calendar_obj, calendar_long, calendar_is_null, locale, "datefmt_c… in datefmt_ctor()
|
Completed in 8 milliseconds