Searched refs:php_unicode_convert_case (Results 1 – 3 of 3) sorted by relevance
92 MBSTRING_API zend_string *php_unicode_convert_case(
282 MBSTRING_API zend_string *php_unicode_convert_case(php_case_mode case_mode, const char *srcstr, siz… in php_unicode_convert_case() function
2906 …return php_unicode_convert_case(case_mode, str, str_len, enc, enc, MBSTRG(current_filter_illegal_m… in mbstring_convert_case()6050 …zend_string *haystack_conv = php_unicode_convert_case(PHP_UNICODE_CASE_FOLD_SIMPLE, ZSTR_VAL(hayst… in php_mb_stripos()6051 …zend_string *needle_conv = php_unicode_convert_case(PHP_UNICODE_CASE_FOLD_SIMPLE, ZSTR_VAL(needle)… in php_mb_stripos()
Completed in 29 milliseconds