diff options
author | Alexey Zakhlestin <indeyets@php.net> | 2008-06-28 18:04:19 +0000 |
---|---|---|
committer | Alexey Zakhlestin <indeyets@php.net> | 2008-06-28 18:04:19 +0000 |
commit | 95e419611da8c250a67adb3041a10f5666ab0981 (patch) | |
tree | a1ab248417d531a485b4faabd882031d38dbbd3d /ext/mbstring/php_mbregex.h | |
parent | e710fab85545515f1537d48bed165b3947294be3 (diff) | |
download | php-git-95e419611da8c250a67adb3041a10f5666ab0981.tar.gz |
added arginfo (fixes #45388)
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r-- | ext/mbstring/php_mbregex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index 6f980183d2..48e657f26a 100644 --- a/ext/mbstring/php_mbregex.h +++ b/ext/mbstring/php_mbregex.h @@ -45,8 +45,8 @@ #define PHP_MBREGEX_FUNCTION_ENTRIES \ PHP_FE(mb_regex_encoding, NULL) \ PHP_FE(mb_regex_set_options, NULL) \ - PHP_FE(mb_ereg, third_arg_force_ref) \ - PHP_FE(mb_eregi, third_arg_force_ref) \ + PHP_FE(mb_ereg, mb_ereg_arginfo) \ + PHP_FE(mb_eregi, mb_ereg_arginfo) \ PHP_FE(mb_ereg_replace, NULL) \ PHP_FE(mb_eregi_replace, NULL) \ PHP_FE(mb_split, NULL) \ |