Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/lib/
H A Dtimelib_structs.h251 unsigned int have_time, have_date, have_zone, have_relative, have_weeknr_day; member
H A Dparse_iso_intervals.re106 int have_date;
301 if (s->have_date || s->have_period) {
316 s->have_date = 1;
H A Dparse_iso_intervals.c108 int have_date; member
811 if (s->have_date || s->have_period) { in scan()
826 s->have_date = 1; in scan()
H A Dparse_date.re117 … (s->time->have_date) { add_error(s, "Double date specification"); timelib_string_free(str); retur…
118 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y …
1801 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) {
2187 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) {
H A Dparse_date.c119 … (s->time->have_date) { add_error(s, "Double date specification"); timelib_string_free(str); retur…
120 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y …
23912 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) { in timelib_strtotime()
24298 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) { in timelib_fill_holes()

Completed in 36 milliseconds