add_error 116 ext/date/lib/parse_date.c #define TIMELIB_HAVE_TIME() { if (s->time->have_time) { add_error(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->time->have_time = 1; s->time->h = 0; s->time->i = 0; s->time->s = 0; s->time->f = 0; } } add_error 118 ext/date/lib/parse_date.c #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->time->have_date = 1; } } add_error 123 ext/date/lib/parse_date.c #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add_error(s, "Double timezone specification") : add_warning(s, "Double timezone specification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->time->have_zone++; } } add_error 971 ext/date/lib/parse_date.c add_error(s, "The timezone could not be found in the database"); add_error 1287 ext/date/lib/parse_date.c add_error(s, "Unexpected character"); add_error 4417 ext/date/lib/parse_date.c add_error(s, "The timezone could not be found in the database"); add_error 9731 ext/date/lib/parse_date.c add_error(s, "The timezone could not be found in the database"); add_error 11992 ext/date/lib/parse_date.c add_error(s, "The timezone could not be found in the database"); add_error 13367 ext/date/lib/parse_date.c add_error(s, "The timezone could not be found in the database"); add_error 15598 ext/date/lib/parse_date.c add_error(s, "Double time specification"); add_error 15708 ext/date/lib/parse_date.c add_error(s, "The timezone could not be found in the database"); add_error 24646 ext/date/lib/parse_date.c add_error(&in, "Empty string"); add_error 330 ext/date/lib/parse_iso_intervals.c add_error(s, "Unexpected character"); add_error 360 ext/date/lib/parse_iso_intervals.c add_error(s, "Missing expected time part"); add_error 379 ext/date/lib/parse_iso_intervals.c add_error(s, "Undefined period specifier"); add_error 938 ext/date/lib/parse_iso_intervals.c add_error(&in, "Empty string");