Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dphp_unicode.h94 #define PHP_UNICODE_CASE_LOWER 1 macro
H A Dphp_unicode.c338 case PHP_UNICODE_CASE_LOWER: in convert_case_filter()
H A Dmbstring.c1616 REGISTER_LONG_CONSTANT("MB_CASE_LOWER", PHP_UNICODE_CASE_LOWER, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
3387 newstr = mbstring_convert_case(PHP_UNICODE_CASE_LOWER, str, str_len, &ret_len, enc); in PHP_FUNCTION()

Completed in 24 milliseconds