add_error         104 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         106 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         924 ext/date/lib/parse_date.c 			add_error(s, "The timezone could not be found in the database");
add_error        1240 ext/date/lib/parse_date.c 		add_error(s, "Unexpected character");
add_error        5604 ext/date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        12928 ext/date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        14979 ext/date/lib/parse_date.c 			add_error(s, "The timezone could not be found in the database");
add_error        16293 ext/date/lib/parse_date.c 					add_error(s, "The timezone could not be found in the database");
add_error        18504 ext/date/lib/parse_date.c 				add_error(s, "Double time specification");
add_error        18614 ext/date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        22338 ext/date/lib/parse_date.c 		add_error(&in, "Empty string");