Home
last modified time | relevance | path

Searched refs:add_error (Results 1 – 4 of 4) sorted by last modified time

/PHP-5.3/ext/date/lib/
H A Dparse_date.c113 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); …
352 static void add_error(Scanner *s, char *error) in add_error() function
1048 add_error(s, "The timezone could not be found in the database"); in scan()
1366 add_error(s, "Unexpected character"); in scan()
4510 add_error(s, "The timezone could not be found in the database"); in scan()
9840 add_error(s, "The timezone could not be found in the database"); in scan()
12115 add_error(s, "The timezone could not be found in the database"); in scan()
13506 add_error(s, "The timezone could not be found in the database"); in scan()
15743 add_error(s, "Double time specification"); in scan()
15855 add_error(s, "The timezone could not be found in the database"); in scan()
[all …]
H A Dparse_date.re111 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); …
350 static void add_error(Scanner *s, char *error)
1202 add_error(s, "The timezone could not be found in the database");
1224 add_error(s, "Double time specification");
1268 add_error(s, "The timezone could not be found in the database");
1470 add_error(s, "The timezone could not be found in the database");
1573 add_error(s, "The timezone could not be found in the database");
1686 add_error(s, "The timezone could not be found in the database");
1739 add_error(s, "The timezone could not be found in the database");
1775 add_error(s, "Unexpected character");
[all …]
H A Dparse_iso_intervals.c118 static void add_error(Scanner *s, char *error) in add_error() function
362 add_error(s, "Unexpected character"); in scan()
395 add_error(s, "Missing expected time part"); in scan()
414 add_error(s, "Undefined period specifier"); in scan()
1067 add_error(&in, "Empty string"); in timelib_strtointerval()
H A Dparse_iso_intervals.re116 static void add_error(Scanner *s, char *error)
363 add_error(s, "Missing expected time part");
382 add_error(s, "Undefined period specifier");
425 add_error(s, "Unexpected character");
461 add_error(&in, "Empty string");

Completed in 55 milliseconds