Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c44 OnigEncoding current_mbctype; member
68 pglobals->current_mbctype = ONIG_ENCODING_UTF8; in _php_mb_regex_globals_ctor()
140 MBREX(current_mbctype) = MBREX(default_mbctype); in PHP_RSHUTDOWN_FUNCTION()
413 MBREX(current_mbctype) = mbctype; in php_mb_regex_set_mbctype()
433 return _php_mb_regex_mbctype2name(MBREX(current_mbctype)); in php_mb_regex_get_mbctype()
668 const char *retval = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); in PHP_FUNCTION()
683 MBREX(current_mbctype) = mbctype; in PHP_FUNCTION()
820 current_enc_name = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); in _php_mb_regex_ereg_replace_exec()
874 …re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), sy… in _php_mb_regex_ereg_replace_exec()
1164 …if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype)… in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds