Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re91 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.c93 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.re97 #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 Dparse_date.c99 #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