mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -85,8 +85,8 @@ PHP_MINIT_FUNCTION(mb_regex);
|
|||
PHP_MSHUTDOWN_FUNCTION(mb_regex);
|
||||
PHP_RINIT_FUNCTION(mb_regex);
|
||||
PHP_RSHUTDOWN_FUNCTION(mb_regex);
|
||||
void php_mb_regex_globals_ctor(zend_mbstring_globals_ptr pglobals TSRMLS_DC);
|
||||
void php_mb_regex_globals_dtor(zend_mbstring_globals_ptr pglobals TSRMLS_DC);
|
||||
void _php_mb_regex_globals_ctor(zend_mbstring_globals_ptr pglobals TSRMLS_DC);
|
||||
void _php_mb_regex_globals_dtor(zend_mbstring_globals_ptr pglobals TSRMLS_DC);
|
||||
|
||||
PHP_FUNCTION(mb_regex_encoding);
|
||||
PHP_FUNCTION(mb_ereg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue