Searched refs:TIMELIB_WARN_INVALID_TIME (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/date/lib/ |
H A D | timelib.h | 236 #define TIMELIB_WARN_INVALID_TIME 0x102 macro
|
H A D | parse_date.re | 1857 add_warning(&in, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid"); 2226 add_pbf_warning(s, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid", string, ptr);
|
H A D | parse_date.c | 24963 add_warning(&in, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid"); in timelib_strtotime() 25332 add_pbf_warning(s, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid", string, ptr); in timelib_parse_from_format()
|
Completed in 51 milliseconds