Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds