Searched refs:current_enc_name (Results 1 – 1 of 1) sorted by relevance
819 const char *current_enc_name; in _php_mb_regex_ereg_replace_exec() local820 current_enc_name = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); in _php_mb_regex_ereg_replace_exec()821 if (current_enc_name == NULL || in _php_mb_regex_ereg_replace_exec()822 (enc = mbfl_name2encoding(current_enc_name)) == NULL) { in _php_mb_regex_ereg_replace_exec()
Completed in 8 milliseconds