mb_regex_globals 1523 ext/mbstring/mbstring.c 	mbstring_globals->mb_regex_globals = php_mb_regex_globals_alloc();
mb_regex_globals 1541 ext/mbstring/mbstring.c 	php_mb_regex_globals_free(mbstring_globals->mb_regex_globals);
mb_regex_globals  190 ext/mbstring/mbstring.h     struct _zend_mb_regex_globals *mb_regex_globals;
mb_regex_globals   55 ext/mbstring/php_mbregex.c #define MBREX(g) (MBSTRG(mb_regex_globals)->g)
mb_regex_globals  132 ext/mbstring/php_mbregex.c 	return MBSTRG(mb_regex_globals) ? SUCCESS: FAILURE;