Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_mbregex.c53 OnigEncoding current_mbctype; local
77 pglobals->current_mbctype = ONIG_ENCODING_UTF8; in _php_mb_regex_globals_ctor()
144 MBREX(current_mbctype) = MBREX(default_mbctype); in PHP_RSHUTDOWN_FUNCTION()
412 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()
461 OnigEncoding enc = MBREX(current_mbctype); in php_mbregex_compile_pattern()

Completed in 7 milliseconds