Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Dtimelib_structs.h165 unsigned int have_time, have_date, have_zone, have_relative, have_weeknr_day; member
H A Dparse_iso_intervals.re100 int have_date;
330 if (s->have_date || s->have_period) {
345 s->have_date = 1;
H A Dparse_iso_intervals.c102 int have_date; member
924 if (s->have_date || s->have_period) { in scan()
939 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 …
1849 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) {
2229 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 …
24842 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) { in timelib_strtotime()
25222 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) { in timelib_fill_holes()

Completed in 37 milliseconds