Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.h90 #define PHP_UNICODE_CASE_LOWER 1 macro
H A Dphp_unicode.c335 case PHP_UNICODE_CASE_LOWER: in convert_case_filter()
H A Dmbstring.c1068 REGISTER_LONG_CONSTANT("MB_CASE_LOWER", PHP_UNICODE_CASE_LOWER, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2675 newstr = mbstring_convert_case(PHP_UNICODE_CASE_LOWER, str, str_len, &ret_len, enc); in PHP_FUNCTION()

Completed in 17 milliseconds