Searched refs:timelib_strncasecmp (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/date/lib/ |
H A D | timelib_private.h | 180 int timelib_strncasecmp(const char *s1, const char *s2, size_t n);
|
H A D | timelib.c | 280 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp() function
|
H A D | parse_date.re | 515 …if (!timelib_strncasecmp(*ptr, "nd", 2) || !timelib_strncasecmp(*ptr, "rd", 2) ||!timelib_strncase…
|
H A D | parse_date.c | 517 …if (!timelib_strncasecmp(*ptr, "nd", 2) || !timelib_strncasecmp(*ptr, "rd", 2) ||!timelib_strncase… in timelib_skip_day_suffix()
|
Completed in 35 milliseconds