Searched refs:tz_wrapper (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/date/lib/ |
H A D | timelib.h | 609 …, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper);
|
H A D | parse_date.re | 938 …t, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper) 984 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) {
|
H A D | parse_date.c | 940 …t, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper) in timelib_parse_zone() argument 986 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) { in timelib_parse_zone()
|
Completed in 50 milliseconds