Home
last modified time | relevance | path

Searched refs:TIMELIB_ERROR (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Dparse_date.re76 #define TIMELIB_ERROR 999
94 …_TIME, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
96 …_DATE, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
101 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
1268 return TIMELIB_ERROR;
1291 return TIMELIB_ERROR;
H A Dparse_iso_intervals.re44 #define TIMELIB_ERROR 999
H A Dparse_iso_intervals.c46 #define TIMELIB_ERROR 999 macro
H A Dparse_date.c78 #define TIMELIB_ERROR 999 macro
96 …_TIME, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
98 …_DATE, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
103 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
15474 return TIMELIB_ERROR; in scan()

Completed in 35 milliseconds