diff options
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 6ca165694c..89868982e6 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -962,7 +962,8 @@ PHP_FUNCTION(preg_split) /* }}} */ -/* {{{ proto string preg_quote(string str) */ +/* {{{ proto string preg_quote(string str) + Quote regular expression characters */ PHP_FUNCTION(preg_quote) { zval *in_str_arg; /* Input string argument */ |