Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dparse_date.re590 static timelib_long timelib_lookup_month(char **ptr)
619 return timelib_lookup_month(ptr);
1667 s->time->m = timelib_lookup_month((char **) &ptr);
1975 tmp = timelib_lookup_month((char **) &ptr);
H A Dparse_date.c592 static timelib_long timelib_lookup_month(char **ptr) in timelib_lookup_month() function
621 return timelib_lookup_month(ptr); in timelib_get_month()
4468 s->time->m = timelib_lookup_month((char **) &ptr); in scan()
25081 tmp = timelib_lookup_month((char **) &ptr); in timelib_parse_from_format()

Completed in 39 milliseconds