Home
last modified time | relevance | path

Searched refs:add_pbf_error (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/date/lib/
H A Dparse_date.re366 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr)
1807 add_pbf_error(s, "Unexpected data found.", string, begin); \
1877 add_pbf_error(s, "A textual day could not be found", string, begin);
1891 add_pbf_error(s, "A two digit day could not be found", string, begin);
1919 add_pbf_error(s, "A textual month could not be found", string, begin);
1944 add_pbf_error(s, "A two digit hour could not be found", string, begin);
1947 add_pbf_error(s, "Hour can not be higher than 12", string, begin);
1962 add_pbf_error(s, "A meridian could not be found", string, begin);
2078 add_pbf_error(s, "Escaped character expected", string, begin);
2109 add_pbf_error(s, "Trailing data", string, ptr);
[all …]
H A Dparse_date.c368 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr) in add_pbf_error() function
24798 add_pbf_error(s, "Unexpected data found.", string, begin); \
24868 add_pbf_error(s, "A textual day could not be found", string, begin); in timelib_parse_from_format()
24882 add_pbf_error(s, "A two digit day could not be found", string, begin); in timelib_parse_from_format()
24910 add_pbf_error(s, "A textual month could not be found", string, begin); in timelib_parse_from_format()
24935 add_pbf_error(s, "A two digit hour could not be found", string, begin); in timelib_parse_from_format()
24938 add_pbf_error(s, "Hour can not be higher than 12", string, begin); in timelib_parse_from_format()
24953 add_pbf_error(s, "A meridian could not be found", string, begin); in timelib_parse_from_format()
25069 add_pbf_error(s, "Escaped character expected", string, begin); in timelib_parse_from_format()
25100 add_pbf_error(s, "Trailing data", string, ptr); in timelib_parse_from_format()
[all …]

Completed in 33 milliseconds