Searched refs:tolower_map (Results 1 – 1 of 1) sorted by relevance
44 static const unsigned char tolower_map[256] = { variable63 #define zend_tolower_ascii(c) (tolower_map[(unsigned char)(c)])
Completed in 10 milliseconds