Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_date.re2023 int iso_day_of_week = TIMELIB_UNSET;
2316 if ((iso_day_of_week = timelib_get_nr((char **) &ptr, 1)) == TIMELIB_UNSET) {
2319 if (iso_day_of_week < 1 || iso_day_of_week > 7) {
2396 …& (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UN…
2409 if (iso_day_of_week == TIMELIB_UNSET) {
2410 iso_day_of_week = 1;
2412 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &…
2413 } else if (iso_week_of_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UNSET) {
H A Dparse_date.c25131 int iso_day_of_week = TIMELIB_UNSET; in timelib_parse_from_format_with_map() local
25424 if ((iso_day_of_week = timelib_get_nr((char **) &ptr, 1)) == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25427 if (iso_day_of_week < 1 || iso_day_of_week > 7) { in timelib_parse_from_format_with_map()
25504 …& (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UN… in timelib_parse_from_format_with_map()
25517 if (iso_day_of_week == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25518 iso_day_of_week = 1; 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()
25521 } else if (iso_week_of_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()

Completed in 41 milliseconds