Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.c66 #define BLOCKCONV_INIT_RANGE(start, end) \ macro
91 #define BLOCKCONV_INIT_RANGE(start, end) \ macro
114 #define BLOCKCONV_INIT_RANGE(start, end) \ macro
2920 BLOCKCONV_INIT_RANGE('A', 'Z'); in zend_str_tolower_impl()
2942 BLOCKCONV_INIT_RANGE('a', 'z'); in zend_str_toupper_impl()
3054 BLOCKCONV_INIT_RANGE('A', 'Z'); in zend_string_tolower_ex()
3103 BLOCKCONV_INIT_RANGE('a', 'z'); in zend_string_toupper_ex()

Completed in 11 milliseconds