current_mbctype 44 ext/mbstring/php_mbregex.c OnigEncoding current_mbctype; current_mbctype 68 ext/mbstring/php_mbregex.c pglobals->current_mbctype = ONIG_ENCODING_UTF8; current_mbctype 140 ext/mbstring/php_mbregex.c MBREX(current_mbctype) = MBREX(default_mbctype); current_mbctype 413 ext/mbstring/php_mbregex.c MBREX(current_mbctype) = mbctype; current_mbctype 433 ext/mbstring/php_mbregex.c return _php_mb_regex_mbctype2name(MBREX(current_mbctype)); current_mbctype 668 ext/mbstring/php_mbregex.c const char *retval = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); current_mbctype 683 ext/mbstring/php_mbregex.c MBREX(current_mbctype) = mbctype; current_mbctype 728 ext/mbstring/php_mbregex.c re = php_mbregex_compile_pattern(Z_STRVAL_PP(arg_pattern), Z_STRLEN_PP(arg_pattern), options, MBREX(current_mbctype), MBREX(regex_default_syntax) TSRMLS_CC); current_mbctype 820 ext/mbstring/php_mbregex.c current_enc_name = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); current_mbctype 870 ext/mbstring/php_mbregex.c re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), syntax TSRMLS_CC); 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) TSRMLS_CC)) == 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 TSRMLS_CC)) == NULL) { current_mbctype 1201 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) TSRMLS_CC)) == NULL) { current_mbctype 1336 ext/mbstring/php_mbregex.c if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax TSRMLS_CC)) == NULL) {