Searched refs:TIMELIB_WARN_INVALID_TIME (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/ext/date/lib/ |
H A D | timelib.h | 238 #define TIMELIB_WARN_INVALID_TIME 0x102 macro
|
H A D | parse_date.re | 1890 add_warning(&in, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid"); 2421 add_pbf_warning(s, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid", string, ptr);
|
H A D | parse_date.c | 24998 add_warning(&in, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid"); in timelib_strtotime() 25529 add_pbf_warning(s, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid", string, ptr); in timelib_parse_from_format_with_map()
|
Completed in 53 milliseconds