Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re89 static void add_error(Scanner *s, char *error)
254 add_error(s, "Missing expected time part");
273 add_error(s, "Undefined period specifier");
316 add_error(s, "Unexpected character");
352 add_error(&in, "Empty string");
H A Dparse_iso_intervals.c91 static void add_error(Scanner *s, char *error) in add_error() function
252 add_error(s, "Unexpected character"); in scan()
285 add_error(s, "Missing expected time part"); in scan()
304 add_error(s, "Undefined period specifier"); in scan()
957 add_error(&in, "Empty string"); in timelib_strtointerval()
H A Dparse_date.re96 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Doub…
344 static void add_error(Scanner *s, int error_code, char *error)
1245 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1267 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification");
1311 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1513 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1616 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1729 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1782 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1818 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character");
[all …]
H A Dparse_date.c98 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Doub…
346 static void add_error(Scanner *s, int error_code, char *error) in add_error() function
1040 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
1356 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character"); in scan()
4919 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
9358 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
11635 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
13119 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
15473 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); in scan()
15593 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
[all …]

Completed in 36 milliseconds