Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_mbregex.c438 const mbfl_encoding *php_mb_regex_get_mbctype_encoding(void) in php_mb_regex_get_mbctype_encoding() function
463 if (!php_mb_check_encoding(pattern, patlen, php_mb_regex_get_mbctype_encoding())) { in php_mbregex_compile_pattern()
917 php_mb_regex_get_mbctype_encoding() in _php_mb_regex_ereg_exec()
1007 const mbfl_encoding *enc = php_mb_regex_get_mbctype_encoding(); in _php_mb_regex_ereg_replace_exec()
1197 if (!php_mb_check_encoding(string, string_len, php_mb_regex_get_mbctype_encoding())) { in PHP_FUNCTION()
1293 if (!php_mb_check_encoding(string, string_len, php_mb_regex_get_mbctype_encoding())) { in PHP_FUNCTION()
1496 …if (php_mb_check_encoding(ZSTR_VAL(arg_str), ZSTR_LEN(arg_str), php_mb_regex_get_mbctype_encoding(… in PHP_FUNCTION()

Completed in 12 milliseconds