From 07a08288a1f0cc54004d422843003986b07cc34b Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sat, 23 Feb 2002 00:04:20 +0000 Subject: fixed a comment and default output encoding changed to pass. --- ext/mbstring/php_mbregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/php_mbregex.c') diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index bd3069b98e..b71b9e4882 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -231,7 +231,7 @@ php_mbregex_init_option(const char *parg, int narg, int *option, int *eval) */ /* {{{ proto string mb_regex_encoding([string encoding]) - Returns the current encoding as a string. */ + Returns the current encoding for regex as a string. */ PHP_FUNCTION(mb_regex_encoding) { zval **arg1; -- cgit v1.2.1