diff options
author | Egon Schmid <eschmid@php.net> | 1999-08-01 18:18:40 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 1999-08-01 18:18:40 +0000 |
commit | b55a6c91852ec0be837e2d4ef5b03d9751305634 (patch) | |
tree | 8d4ad69f0057399d99e2a8c6d4cb8b4569f5acac /ext/pcre/php_pcre.c | |
parent | 91ec4763fd7288ea908bd1f82ffd40649c2740fd (diff) | |
download | php-git-b55a6c91852ec0be837e2d4ef5b03d9751305634.tar.gz |
Another forgotten prototype. Andrey, why is preg_grep in PHP3 missing?
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 */ |