diff options
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r-- | ext/mbstring/php_mbregex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index 34e5980f5c..d69b26173c 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -974,7 +974,7 @@ PHPAPI int php_mb_regex_set_options_by_string( const char *opt_str, int len ) } /* }}} */ -/* {{{ proto bool mb_regex_set_options([string encoding]) +/* {{{ proto bool mb_regex_set_options([string options]) Set the default options for mbregex functions */ PHP_FUNCTION(mb_regex_set_options) { |