Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dparse_date.re98 #define TIMELIB_ERROR 999
116 …ror(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
118 …ror(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
123 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
1219 return TIMELIB_ERROR;
1242 return TIMELIB_ERROR;
H A Dparse_iso_intervals.re64 #define TIMELIB_ERROR 999
H A Dparse_iso_intervals.c66 #define TIMELIB_ERROR 999 macro
H A Dparse_date.c100 #define TIMELIB_ERROR 999 macro
118 …ror(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
120 …ror(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
125 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
15425 return TIMELIB_ERROR; in scan()

Completed in 40 milliseconds