Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_date.re2021 int iso_year = TIMELIB_UNSET;
2302 if ((iso_year = timelib_get_nr((char **) &ptr, 4)) == TIMELIB_UNSET) {
2396 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET…
2399 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-…
2404 if (iso_year != TIMELIB_UNSET) {
2412 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &…
H A Dparse_date.c25129 int iso_year = TIMELIB_UNSET; in timelib_parse_from_format_with_map() local
25410 if ((iso_year = timelib_get_nr((char **) &ptr, 4)) == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25504 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET… in timelib_parse_from_format_with_map()
25507 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-… in timelib_parse_from_format_with_map()
25512 if (iso_year != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25520 …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 36 milliseconds