summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2002-02-23 00:04:20 +0000
committerRui Hirokawa <hirokawa@php.net>2002-02-23 00:04:20 +0000
commit07a08288a1f0cc54004d422843003986b07cc34b (patch)
treebd836ab25f426ed28bb0d30a4e1ecb11eafd84c8 /ext/mbstring/php_mbregex.c
parentacf08a9015a8774bfc55d306a8d0a394359dc831 (diff)
downloadphp-git-07a08288a1f0cc54004d422843003986b07cc34b.tar.gz
fixed a comment and default output encoding changed to pass.
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 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;