Searched refs:add_pbf_error (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/date/lib/ |
H A D | parse_date.re | 372 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr) 1817 add_pbf_error(s, "Unexpected data found.", string, begin); \ 1822 add_pbf_error(s, "Unexpected data found.", string, begin); \ 1892 add_pbf_error(s, "A textual day could not be found", string, begin); 1906 add_pbf_error(s, "A two digit day could not be found", string, begin); 1934 add_pbf_error(s, "A textual month could not be found", string, begin); 1962 add_pbf_error(s, "Hour can not be higher than 12", string, begin); 1977 add_pbf_error(s, "A meridian could not be found", string, begin); 2093 add_pbf_error(s, "Escaped character expected", string, begin); 2124 add_pbf_error(s, "Trailing data", string, ptr); [all …]
|
H A D | parse_date.c | 374 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr) in add_pbf_error() function 23928 add_pbf_error(s, "Unexpected data found.", string, begin); \ 23933 add_pbf_error(s, "Unexpected data found.", string, begin); \ 24003 add_pbf_error(s, "A textual day could not be found", string, begin); in timelib_parse_from_format() 24017 add_pbf_error(s, "A two digit day could not be found", string, begin); in timelib_parse_from_format() 24045 add_pbf_error(s, "A textual month could not be found", string, begin); in timelib_parse_from_format() 24073 add_pbf_error(s, "Hour can not be higher than 12", string, begin); in timelib_parse_from_format() 24088 add_pbf_error(s, "A meridian could not be found", string, begin); in timelib_parse_from_format() 24204 add_pbf_error(s, "Escaped character expected", string, begin); in timelib_parse_from_format() 24235 add_pbf_error(s, "Trailing data", string, ptr); in timelib_parse_from_format() [all …]
|
Completed in 34 milliseconds