mb_regex_globals 1530 ext/mbstring/mbstring.c mbstring_globals->mb_regex_globals = php_mb_regex_globals_alloc(TSRMLS_C); mb_regex_globals 1548 ext/mbstring/mbstring.c php_mb_regex_globals_free(mbstring_globals->mb_regex_globals TSRMLS_CC); mb_regex_globals 187 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 133 ext/mbstring/php_mbregex.c return MBSTRG(mb_regex_globals) ? SUCCESS: FAILURE;