Searched refs:add_error (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/date/lib/ |
H A D | parse_iso_intervals.re | 120 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 D | parse_iso_intervals.c | 122 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 D | parse_date.re | 117 #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 D | parse_date.c | 119 #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 69 milliseconds