Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.re89 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 Dparse_iso_intervals.c91 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 Dparse_date.re344 static void add_error(Scanner *s, int error_code, char *error)
521 add_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Found unexpected data");
1273 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1295 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification");
1339 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1553 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1656 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1769 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1822 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1858 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character");
[all …]
H A Dparse_date.c346 static void add_error(Scanner *s, int error_code, char *error) in add_error() function
523 add_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Found unexpected data"); in timelib_get_signed_nr()
1061 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
1377 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character"); in scan()
4936 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
9513 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
11790 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
13274 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
15628 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); in scan()
15748 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
[all …]

Completed in 43 milliseconds