summaryrefslogtreecommitdiff
path: root/ext/pcre
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-05-25 21:07:07 +0000
committerAndrei Zmievski <andrei@php.net>2000-05-25 21:07:07 +0000
commit8a5bc5b674ab1b45035e3f6a627504ee5524df2c (patch)
treed5cce90cd91dfd2a8bc16b7266c5f98e341dc877 /ext/pcre
parent0a142bb94e0c1ca346d55ce44a0ad58f1d2cbbd5 (diff)
downloadphp-git-8a5bc5b674ab1b45035e3f6a627504ee5524df2c.tar.gz
Update proto.
Diffstat (limited to 'ext/pcre')
-rw-r--r--ext/pcre/php_pcre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 3467503cff..caa0d908f0 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -1031,8 +1031,8 @@ PHP_FUNCTION(preg_split)
/* }}} */
-/* {{{ proto string preg_quote(string str)
- Quote regular expression characters */
+/* {{{ proto string preg_quote(string str, string delim_char)
+ Quote regular expression characters plus an optional character */
PHP_FUNCTION(preg_quote)
{
zval **in_str_arg; /* Input string argument */