Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/lib/
H A Dparse_date.re2197 int iso_year = TIMELIB_UNSET;
2526 if ((iso_year = timelib_get_nr(&ptr, 4)) == TIMELIB_UNSET) {
2637 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET…
2640 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-…
2645 if (iso_year != TIMELIB_UNSET) {
2653 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &…
H A Dparse_date.c25047 int iso_year = TIMELIB_UNSET; in timelib_parse_from_format_with_map() local
25376 if ((iso_year = timelib_get_nr(&ptr, 4)) == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25487 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET… in timelib_parse_from_format_with_map()
25490 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-… in timelib_parse_from_format_with_map()
25495 if (iso_year != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25503 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &… in timelib_parse_from_format_with_map()

Completed in 63 milliseconds