Searched refs:add_error (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/date/lib/ |
H A D | parse_iso_intervals.re | 91 static void add_error(Scanner *s, char *error) 256 add_error(s, "Missing expected time part"); 275 add_error(s, "Undefined period specifier"); 318 add_error(s, "Unexpected character"); 354 add_error(&in, "Empty string");
|
H A D | parse_iso_intervals.c | 93 static void add_error(Scanner *s, char *error) in add_error() function 254 add_error(s, "Unexpected character"); in scan() 287 add_error(s, "Missing expected time part"); in scan() 306 add_error(s, "Undefined period specifier"); in scan() 959 add_error(&in, "Empty string"); in timelib_strtointerval()
|
H A D | parse_date.re | 97 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Doub… 345 static void add_error(Scanner *s, int error_code, char *error) 1212 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); 1234 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); 1278 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); 1480 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); 1583 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); 1696 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); 1749 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); 1785 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character"); [all …]
|
H A D | parse_date.c | 99 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Doub… 347 static void add_error(Scanner *s, int error_code, char *error) in add_error() function 1007 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan() 1323 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character"); in scan() 4900 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan() 9331 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan() 11605 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan() 13087 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan() 15440 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); in scan() 15558 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan() [all …]
|
Completed in 32 milliseconds