Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.h438 ZEND_API extern const unsigned char zend_tolower_map[256];
441 #define zend_tolower_ascii(c) (zend_tolower_map[(unsigned char)(c)])
H A Dzend_operators.c86 ZEND_API const unsigned char zend_tolower_map[256] = { variable

Completed in 15 milliseconds