Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib.c232 static const unsigned char timelib_tolower_map[256] = { variable
251 #define timelib_tolower(c) (timelib_tolower_map[(unsigned char)(c)])

Completed in 5 milliseconds