Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_date.re78 #define TIMELIB_ERROR 999
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…
1416 return TIMELIB_ERROR;
1439 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.c80 #define TIMELIB_ERROR 999 macro
98 …_TIME, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
100 …_DATE, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->t…
105 …ecification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->t…
11001 return TIMELIB_ERROR; in scan()

Completed in 31 milliseconds