Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c461 if (!php_mb_check_encoding(pattern, patlen, _php_mb_regex_mbctype2name(enc))) { in php_mbregex_compile_pattern()
908 if (!php_mb_check_encoding( in _php_mb_regex_ereg_exec()
1062 if (!php_mb_check_encoding( in _php_mb_regex_ereg_replace_exec()
1286 if (!php_mb_check_encoding(string, string_len, in PHP_FUNCTION()
1381 if (!php_mb_check_encoding(string, string_len, in PHP_FUNCTION()
1586 if (php_mb_check_encoding( in PHP_FUNCTION()
H A Dmbstring.h132 MBSTRING_API int php_mb_check_encoding(const char *input, size_t length, const char *enc);
H A Dmbstring.c4705 MBSTRING_API int php_mb_check_encoding(const char *input, size_t length, const char *enc) in php_mb_check_encoding() function
4832 if (!php_mb_check_encoding(Z_STRVAL_P(input), Z_STRLEN_P(input), enc ? ZSTR_VAL(enc): NULL)) { in PHP_FUNCTION()

Completed in 23 milliseconds