Searched refs:outside_error (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone_class.cpp | 62 intl_error *outside_error, in timezone_convert_to_datetimezone() argument 73 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_to_datetimezone() 91 u8str = intl_charFromString(id, &INTL_ERROR_CODE(*outside_error)); in timezone_convert_to_datetimezone() 94 intl_errors_set(outside_error, INTL_ERROR_CODE(*outside_error), in timezone_convert_to_datetimezone() 104 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_to_datetimezone() 131 intl_error *outside_error, in timezone_process_timezone_argument() argument 153 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, message, 1); in timezone_process_timezone_argument() 163 intl_errors_set(outside_error, U_MEMORY_ALLOCATION_ERROR, message, 1); in timezone_process_timezone_argument() 176 outside_error, func); in timezone_process_timezone_argument() 189 intl_errors_set(outside_error, status, message, 1); in timezone_process_timezone_argument() [all …]
|
H A D | timezone_class.h | 67 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c…
|
/PHP-8.0/ext/intl/common/ |
H A D | common_date.h | 31 …ert_datetimezone(int type, void *object, int is_datetime, intl_error *outside_error, const char *f…
|
H A D | common_date.cpp | 36 intl_error *outside_error, in timezone_convert_datetimezone() argument 63 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_datetimezone() 87 intl_errors_set(outside_error, U_ILLEGAL_ARGUMENT_ERROR, in timezone_convert_datetimezone()
|
Completed in 14 milliseconds