mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Renamed several internal functions for consistency
This commit is contained in:
parent
b3cfda6389
commit
76b218cb6e
3 changed files with 19 additions and 16 deletions
|
@ -91,8 +91,8 @@ static void php_mb_regex_free_cache(mb_regex_t *pre)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ php_mb_regex_globals_ctor */
|
||||
void php_mb_regex_globals_ctor(zend_mbstring_globals *pglobals TSRMLS_DC)
|
||||
/* {{{ _php_mb_regex_globals_ctor */
|
||||
void _php_mb_regex_globals_ctor(zend_mbstring_globals *pglobals TSRMLS_DC)
|
||||
{
|
||||
MBSTRG(default_mbctype) = MBCTYPE_EUC;
|
||||
MBSTRG(current_mbctype) = MBCTYPE_EUC;
|
||||
|
@ -105,8 +105,8 @@ void php_mb_regex_globals_ctor(zend_mbstring_globals *pglobals TSRMLS_DC)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ php_mb_regex_globals_dtor */
|
||||
void php_mb_regex_globals_dtor(zend_mbstring_globals *pglobals TSRMLS_DC)
|
||||
/* {{{ _php_mb_regex_globals_dtor */
|
||||
void _php_mb_regex_globals_dtor(zend_mbstring_globals *pglobals TSRMLS_DC)
|
||||
{
|
||||
zend_hash_destroy(&MBSTRG(ht_rc));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue