Home
last modified time | relevance | path

Searched refs:mb_regex_globals (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/mbstring/
H A Dmbstring.h104 struct _zend_mb_regex_globals *mb_regex_globals; variable
H A Dphp_mbregex.c65 #define MBREX(g) (MBSTRG(mb_regex_globals)->g)
135 if (!MBSTRG(mb_regex_globals)) return FAILURE; in PHP_RINIT_FUNCTION()
H A Dmbstring.c1015 mbstring_globals->mb_regex_globals = php_mb_regex_globals_alloc(); in PHP_GINIT_FUNCTION()
1039 php_mb_regex_globals_free(mbstring_globals->mb_regex_globals); in PHP_GSHUTDOWN_FUNCTION()

Completed in 25 milliseconds