summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-10-07 20:12:48 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-10-07 20:12:48 +0000
commit8f1fb5768ba839223f2b3dbb91a38aa1469e1c72 (patch)
tree07edb00b2f1bb05175b1b328b08f809dea146d91 /ext/mbstring/php_mbregex.c
parent7bf7b18c60840c4ff5027fecdef678174c705f9d (diff)
downloadphp-git-8f1fb5768ba839223f2b3dbb91a38aa1469e1c72.tar.gz
Fixed typo.
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r--ext/mbstring/php_mbregex.c2
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)
{