diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-05 21:15:30 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-05 21:15:30 +0200 |
commit | 21cfa03f1740042d0c48269430e0490e319e1408 (patch) | |
tree | 23b051bee2443030478248734442bf7a1e3fcb58 /ext/mbstring/php_mbregex.h | |
parent | c0cbab6002f8b111396c3ab2b9df92cbd0b3448a (diff) | |
download | php-git-21cfa03f1740042d0c48269430e0490e319e1408.tar.gz |
Generate function entries for another batch of extensions
Closes GH-5352
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r-- | ext/mbstring/php_mbregex.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index fd7661371d..64463da01c 100644 --- a/ext/mbstring/php_mbregex.h +++ b/ext/mbstring/php_mbregex.h @@ -22,26 +22,6 @@ #include "php.h" #include "zend.h" -/* {{{ PHP_MBREGEX_FUNCTION_ENTRIES */ -#define PHP_MBREGEX_FUNCTION_ENTRIES \ - PHP_FE(mb_regex_encoding, arginfo_mb_regex_encoding) \ - PHP_FE(mb_regex_set_options, arginfo_mb_regex_set_options) \ - PHP_FE(mb_ereg, arginfo_mb_ereg) \ - PHP_FE(mb_eregi, arginfo_mb_eregi) \ - PHP_FE(mb_ereg_replace, arginfo_mb_ereg_replace) \ - PHP_FE(mb_eregi_replace, arginfo_mb_eregi_replace) \ - PHP_FE(mb_ereg_replace_callback, arginfo_mb_ereg_replace_callback) \ - PHP_FE(mb_split, arginfo_mb_split) \ - PHP_FE(mb_ereg_match, arginfo_mb_ereg_match) \ - PHP_FE(mb_ereg_search, arginfo_mb_ereg_search) \ - PHP_FE(mb_ereg_search_pos, arginfo_mb_ereg_search_pos) \ - PHP_FE(mb_ereg_search_regs, arginfo_mb_ereg_search_regs) \ - PHP_FE(mb_ereg_search_init, arginfo_mb_ereg_search_init) \ - PHP_FE(mb_ereg_search_getregs, arginfo_mb_ereg_search_getregs) \ - PHP_FE(mb_ereg_search_getpos, arginfo_mb_ereg_search_getpos) \ - PHP_FE(mb_ereg_search_setpos, arginfo_mb_ereg_search_setpos) -/* }}} */ - #define PHP_MBREGEX_MAXCACHE 50 PHP_MINIT_FUNCTION(mb_regex); @@ -59,23 +39,6 @@ int php_mb_regex_set_default_mbctype(const char *encname); const char *php_mb_regex_get_mbctype(void); const char *php_mb_regex_get_default_mbctype(void); -PHP_FUNCTION(mb_regex_encoding); -PHP_FUNCTION(mb_ereg); -PHP_FUNCTION(mb_eregi); -PHP_FUNCTION(mb_ereg_replace); -PHP_FUNCTION(mb_eregi_replace); -PHP_FUNCTION(mb_ereg_replace_callback); -PHP_FUNCTION(mb_split); -PHP_FUNCTION(mb_ereg_match); -PHP_FUNCTION(mb_ereg_search); -PHP_FUNCTION(mb_ereg_search_pos); -PHP_FUNCTION(mb_ereg_search_regs); -PHP_FUNCTION(mb_ereg_search_init); -PHP_FUNCTION(mb_ereg_search_getregs); -PHP_FUNCTION(mb_ereg_search_getpos); -PHP_FUNCTION(mb_ereg_search_setpos); -PHP_FUNCTION(mb_regex_set_options); - #endif /* HAVE_MBREGEX */ #endif /* _PHP_MBREGEX_H */ |