summaryrefslogtreecommitdiff
path: root/ext/standard/reg.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-02-09 16:42:55 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-02-09 16:42:55 +0000
commite0c4bd742eaeaeb890e8747c5324f1be78dd72d2 (patch)
treea872376433d3dcec00cc53b4da8cb0581bd9e9c4 /ext/standard/reg.c
parent4877d13ffae19339708c2fce8a2745684ea2eaaa (diff)
downloadphp-git-e0c4bd742eaeaeb890e8747c5324f1be78dd72d2.tar.gz
Stray ]
Diffstat (limited to 'ext/standard/reg.c')
-rw-r--r--ext/standard/reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/reg.c b/ext/standard/reg.c
index be9c3476b0..90a25ff3ab 100644
--- a/ext/standard/reg.c
+++ b/ext/standard/reg.c
@@ -484,7 +484,7 @@ PHP_FUNCTION(ereg_replace)
}
/* }}} */
-/* {{{ proto string eregi_replace(string pattern, string replacement, string string])
+/* {{{ proto string eregi_replace(string pattern, string replacement, string string)
Case insensitive replace regular expression */
PHP_FUNCTION(eregi_replace)
{