Searched refs:add_pbf_error (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/date/lib/ |
H A D | parse_date.re | 368 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr) 1865 add_pbf_error(s, "Unexpected data found.", string, begin); \ 1935 add_pbf_error(s, "A textual day could not be found", string, begin); 1949 add_pbf_error(s, "A two digit day could not be found", string, begin); 1977 add_pbf_error(s, "A textual month could not be found", string, begin); 2002 add_pbf_error(s, "A two digit hour could not be found", string, begin); 2005 add_pbf_error(s, "Hour can not be higher than 12", string, begin); 2020 add_pbf_error(s, "A meridian could not be found", string, begin); 2135 add_pbf_error(s, "Escaped character expected", string, begin); 2166 add_pbf_error(s, "Trailing data", string, ptr); [all …]
|
H A D | parse_date.c | 370 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr) in add_pbf_error() function 24858 add_pbf_error(s, "Unexpected data found.", string, begin); \ 24928 add_pbf_error(s, "A textual day could not be found", string, begin); in timelib_parse_from_format() 24942 add_pbf_error(s, "A two digit day could not be found", string, begin); in timelib_parse_from_format() 24970 add_pbf_error(s, "A textual month could not be found", string, begin); in timelib_parse_from_format() 24995 add_pbf_error(s, "A two digit hour could not be found", string, begin); in timelib_parse_from_format() 24998 add_pbf_error(s, "Hour can not be higher than 12", string, begin); in timelib_parse_from_format() 25013 add_pbf_error(s, "A meridian could not be found", string, begin); in timelib_parse_from_format() 25128 add_pbf_error(s, "Escaped character expected", string, begin); in timelib_parse_from_format() 25159 add_pbf_error(s, "Trailing data", string, ptr); in timelib_parse_from_format() [all …]
|
Completed in 33 milliseconds