Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re114 static void add_error(Scanner *s, char *error)
328 add_error(s, "Missing expected time part");
347 add_error(s, "Undefined period specifier");
390 add_error(s, "Unexpected character");
426 add_error(&in, "Empty string");
H A Dparse_iso_intervals.c116 static void add_error(Scanner *s, char *error) in add_error() function
327 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()
1032 add_error(&in, "Empty string"); in timelib_strtointerval()
H A Dparse_date.re111 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); …
348 static void add_error(Scanner *s, char *error)
1143 add_error(s, "The timezone could not be found in the database");
1165 add_error(s, "Double time specification");
1209 add_error(s, "The timezone could not be found in the database");
1411 add_error(s, "The timezone could not be found in the database");
1514 add_error(s, "The timezone could not be found in the database");
1627 add_error(s, "The timezone could not be found in the database");
1680 add_error(s, "The timezone could not be found in the database");
1716 add_error(s, "Unexpected character");
[all …]
H A Dparse_date.c113 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); …
350 static void add_error(Scanner *s, char *error) in add_error() function
969 add_error(s, "The timezone could not be found in the database"); in scan()
1287 add_error(s, "Unexpected character"); in scan()
4431 add_error(s, "The timezone could not be found in the database"); in scan()
9761 add_error(s, "The timezone could not be found in the database"); in scan()
12036 add_error(s, "The timezone could not be found in the database"); in scan()
13427 add_error(s, "The timezone could not be found in the database"); in scan()
15664 add_error(s, "Double time specification"); in scan()
15776 add_error(s, "The timezone could not be found in the database"); in scan()
[all …]

Completed in 43 milliseconds