Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dmbstring.h164 struct _zend_mb_regex_globals *mb_regex_globals; variable
H A Dphp_mbregex.c65 #define MBREX(g) (MBSTRG(mb_regex_globals)->g)
143 if (!MBSTRG(mb_regex_globals)) return FAILURE; in PHP_RINIT_FUNCTION()
H A Dmbstring.c1561 mbstring_globals->mb_regex_globals = php_mb_regex_globals_alloc(); in PHP_GINIT_FUNCTION()
1584 php_mb_regex_globals_free(mbstring_globals->mb_regex_globals); in PHP_GSHUTDOWN_FUNCTION()

Completed in 24 milliseconds