Home
last modified time | relevance | path

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

/PHP-5.6/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
330 add_error(s, "Unexpected character"); in scan()
360 add_error(s, "Missing expected time part"); in scan()
379 add_error(s, "Undefined period specifier"); in scan()
938 add_error(&in, "Empty string"); in timelib_strtointerval()
H A Dparse_date.re117 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); …
354 static void add_error(Scanner *s, char *error)
1153 add_error(s, "The timezone could not be found in the database");
1175 add_error(s, "Double time specification");
1219 add_error(s, "The timezone could not be found in the database");
1421 add_error(s, "The timezone could not be found in the database");
1524 add_error(s, "The timezone could not be found in the database");
1637 add_error(s, "The timezone could not be found in the database");
1690 add_error(s, "The timezone could not be found in the database");
1726 add_error(s, "Unexpected character");
[all …]
H A Dparse_date.c119 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); …
356 static void add_error(Scanner *s, char *error) in add_error() function
977 add_error(s, "The timezone could not be found in the database"); in scan()
1293 add_error(s, "Unexpected character"); in scan()
4483 add_error(s, "The timezone could not be found in the database"); in scan()
8794 add_error(s, "The timezone could not be found in the database"); in scan()
11068 add_error(s, "The timezone could not be found in the database"); in scan()
12453 add_error(s, "The timezone could not be found in the database"); in scan()
14686 add_error(s, "Double time specification"); in scan()
14798 add_error(s, "The timezone could not be found in the database"); in scan()
[all …]

Completed in 40 milliseconds