current_mbctype 44 ext/mbstring/php_mbregex.c OnigEncoding current_mbctype; current_mbctype 67 ext/mbstring/php_mbregex.c pglobals->current_mbctype = ONIG_ENCODING_UTF8; current_mbctype 139 ext/mbstring/php_mbregex.c MBREX(current_mbctype) = MBREX(default_mbctype); current_mbctype 412 ext/mbstring/php_mbregex.c MBREX(current_mbctype) = mbctype; current_mbctype 432 ext/mbstring/php_mbregex.c return _php_mb_regex_mbctype2name(MBREX(current_mbctype)); current_mbctype 665 ext/mbstring/php_mbregex.c const char *retval = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); current_mbctype 680 ext/mbstring/php_mbregex.c MBREX(current_mbctype) = mbctype; current_mbctype 723 ext/mbstring/php_mbregex.c re = php_mbregex_compile_pattern(Z_STRVAL_P(arg_pattern), Z_STRLEN_P(arg_pattern), options, MBREX(current_mbctype), MBREX(regex_default_syntax)); current_mbctype 816 ext/mbstring/php_mbregex.c current_enc_name = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); current_mbctype 868 ext/mbstring/php_mbregex.c re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), syntax); current_mbctype 1073 ext/mbstring/php_mbregex.c if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, MBREX(regex_default_options), MBREX(current_mbctype), MBREX(regex_default_syntax))) == NULL) { current_mbctype 1161 ext/mbstring/php_mbregex.c if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) == NULL) { current_mbctype 1200 ext/mbstring/php_mbregex.c if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), MBREX(regex_default_syntax))) == NULL) { current_mbctype 1335 ext/mbstring/php_mbregex.c if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) == NULL) {