Home
last modified time | relevance | path

Searched refs:have_date (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.re84 int have_date;
223 if (s->have_date || s->have_period) {
238 s->have_date = 1;
H A Dparse_date.re96have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_fr…
2150 s->time->have_date = 1;
2166 s->time->have_date = 1;
2180 s->time->have_date = 1;
2190 s->time->have_date = 1;
2202 s->time->have_date = 1;
2213 s->time->have_date = 1;
2387 s->time->have_date = 1;
2400 s->time->have_date = 1;
2412 s->time->have_date = 1;
[all …]
H A Dparse_iso_intervals.c86 int have_date; member
816 if (s->have_date || s->have_period) { in scan()
831 s->have_date = 1; in scan()
H A Dtimelib.h218 unsigned int have_time, have_date, have_zone, have_relative, have_weeknr_day; member
H A Dparse_date.c98have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_fr…
25380 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25396 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25410 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25420 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25432 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25443 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25617 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25630 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25642 s->time->have_date = 1; in timelib_parse_from_format_with_map()
[all …]

Completed in 53 milliseconds