Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.re120 static void add_error(Scanner *s, char *error)
334 add_error(s, "Missing expected time part");
353 add_error(s, "Undefined period specifier");
396 add_error(s, "Unexpected character");
432 add_error(&in, "Empty string");
H A Dparse_iso_intervals.c122 static void add_error(Scanner *s, char *error) in add_error() function
332 add_error(s, "Unexpected character"); in scan()
365 add_error(s, "Missing expected time part"); in scan()
384 add_error(s, "Undefined period specifier"); in scan()
1037 add_error(&in, "Empty string"); in timelib_strtointerval()
H A Dparse_date.re118 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); …
367 static void add_error(Scanner *s, char *error)
1196 add_error(s, "The timezone could not be found in the database");
1218 add_error(s, "Double time specification");
1262 add_error(s, "The timezone could not be found in the database");
1464 add_error(s, "The timezone could not be found in the database");
1567 add_error(s, "The timezone could not be found in the database");
1680 add_error(s, "The timezone could not be found in the database");
1733 add_error(s, "The timezone could not be found in the database");
1769 add_error(s, "Unexpected character");
[all …]
H A Dparse_date.c120 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); …
369 static void add_error(Scanner *s, char *error) in add_error() function
991 add_error(s, "The timezone could not be found in the database"); in scan()
1307 add_error(s, "Unexpected character"); in scan()
4884 add_error(s, "The timezone could not be found in the database"); in scan()
9315 add_error(s, "The timezone could not be found in the database"); in scan()
11589 add_error(s, "The timezone could not be found in the database"); in scan()
13071 add_error(s, "The timezone could not be found in the database"); in scan()
15424 add_error(s, "Double time specification"); in scan()
15542 add_error(s, "The timezone could not be found in the database"); in scan()
[all …]

Completed in 44 milliseconds