25#define PHP_MBREGEX_MAXCACHE 50
33extern char php_mb_oniguruma_version[256];
35typedef struct _zend_mb_regex_globals zend_mb_regex_globals;
37zend_mb_regex_globals *php_mb_regex_globals_alloc(
void);
38void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals);
39int php_mb_regex_set_mbctype(
const char *enc);
40int php_mb_regex_set_default_mbctype(
const char *encname);
41const char *php_mb_regex_get_mbctype(
void);
42const char *php_mb_regex_get_default_mbctype(
void);
#define PHP_MSHUTDOWN_FUNCTION
#define PHP_MINIT_FUNCTION
#define PHP_MINFO_FUNCTION
#define PHP_RINIT_FUNCTION
#define PHP_RSHUTDOWN_FUNCTION