Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_date.re91 #define TIMELIB_ERROR 999
109 …ror(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
111 …ror(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
116 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
1166 return TIMELIB_ERROR;
1189 return TIMELIB_ERROR;
H A Dparse_iso_intervals.re58 #define TIMELIB_ERROR 999
H A Dparse_iso_intervals.c60 #define TIMELIB_ERROR 999 macro
H A Dparse_date.c93 #define TIMELIB_ERROR 999 macro
111 …ror(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
113 …ror(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
118 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
15665 return TIMELIB_ERROR; in scan()

Completed in 32 milliseconds