Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dtimelib.c207 static const unsigned char timelib_tolower_map[256] = { variable
226 #define timelib_tolower(c) (timelib_tolower_map[(unsigned char)(c)])

Completed in 7 milliseconds