diff options
author | Adam Harvey <aharvey@php.net> | 2010-11-05 18:12:30 +0000 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2010-11-05 18:12:30 +0000 |
commit | 6bc20667c7bbea2c2040038031bda0bb7cfd2f4a (patch) | |
tree | 54f63b13346d73799103ec2a1b762c19ab7e198f /ext/pcre/php_pcre.c | |
parent | 7f0d3f7d70e3fd2fa08d25e5b977bf16aced09d0 (diff) | |
download | php-git-6bc20667c7bbea2c2040038031bda0bb7cfd2f4a.tar.gz |
Fix bracket in prototype comment.
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index ce0549fb73..1bb9e1a80c 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -766,7 +766,7 @@ static PHP_FUNCTION(preg_match) } /* }}} */ -/* {{{ proto int preg_match_all(string pattern, string subject, [array &subpatterns [, int flags [, int offset]]]) +/* {{{ proto int preg_match_all(string pattern, string subject [, array &subpatterns [, int flags [, int offset]]]) Perform a Perl-style global regular expression match */ static PHP_FUNCTION(preg_match_all) { |