Home
last modified time | relevance | path

Searched refs:timelib_lookup_month (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/date/lib/
H A Dparse_date.re634 static timelib_long timelib_lookup_month(const char **ptr)
663 return timelib_lookup_month(ptr);
1883 s->time->m = timelib_lookup_month(&ptr);
2319 tmp = timelib_lookup_month(&ptr);
H A Dparse_date.c636 static timelib_long timelib_lookup_month(const char **ptr) in timelib_lookup_month() function
665 return timelib_lookup_month(ptr); in timelib_get_month()
7907 s->time->m = timelib_lookup_month(&ptr); in scan()
25169 tmp = timelib_lookup_month(&ptr); in timelib_parse_from_format_with_map()

Completed in 40 milliseconds