Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/
H A Dmbstring.h187 struct _zend_mb_regex_globals *mb_regex_globals; variable
H A Dphp_mbregex.c55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g)
133 return MBSTRG(mb_regex_globals) ? SUCCESS: FAILURE; in PHP_RINIT_FUNCTION()
H A Dmbstring.c1530 mbstring_globals->mb_regex_globals = php_mb_regex_globals_alloc(TSRMLS_C); in PHP_INI_END()
1548 php_mb_regex_globals_free(mbstring_globals->mb_regex_globals TSRMLS_CC); in PHP_GSHUTDOWN_FUNCTION()

Completed in 23 milliseconds