Searched refs:MBREX (Results 1 – 1 of 1) sorted by relevance
139 MBREX(current_mbctype) = MBREX(default_mbctype); in PHP_RSHUTDOWN_FUNCTION()145 MBREX(search_pos) = 0; in PHP_RSHUTDOWN_FUNCTION()464 MBREX(search_re) = NULL; in php_mbregex_compile_pattern()1216 pos = MBREX(search_pos); in _php_mb_regex_ereg_search_exec()1219 if (!Z_ISUNDEF(MBREX(search_str)) && Z_TYPE(MBREX(search_str)) == IS_STRING){ in _php_mb_regex_ereg_search_exec()1234 if (MBREX(search_regs)) { in _php_mb_regex_ereg_search_exec()1241 MBREX(search_pos) = len; in _php_mb_regex_ereg_search_exec()1276 MBREX(search_pos) = end; in _php_mb_regex_ereg_search_exec()1354 MBREX(search_pos) = 0; in PHP_FUNCTION()1372 if (MBREX(search_regs) != NULL && Z_TYPE(MBREX(search_str)) == IS_STRING) { in PHP_FUNCTION()[all …]
Completed in 6 milliseconds