Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/lib/
H A Dparse_date.re97 #define TIMELIB_ERROR 999
115 …ror(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
117 …ror(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
122 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
1176 return TIMELIB_ERROR;
1199 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.c99 #define TIMELIB_ERROR 999 macro
117 …ror(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
119 …ror(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
124 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
14687 return TIMELIB_ERROR; in scan()

Completed in 44 milliseconds