Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h175 unsigned int have_time, have_date, have_zone, have_relative, have_weeknr_day; member
H A Dparse_iso_intervals.re100 int have_date;
295 if (s->have_date || s->have_period) {
310 s->have_date = 1;
H A Dparse_iso_intervals.c102 int have_date; member
889 if (s->have_date || s->have_period) { in scan()
904 s->have_date = 1; in scan()
H A Dparse_date.re111 … (s->time->have_date) { add_error(s, "Double date specification"); timelib_string_free(str); retur…
112 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y …
1791 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) {
2172 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) {
H A Dparse_date.c113 … (s->time->have_date) { add_error(s, "Double date specification"); timelib_string_free(str); retur…
114 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y …
24782 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) { in timelib_strtotime()
25163 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) { in timelib_fill_holes()

Completed in 41 milliseconds