]> granicus.if.org Git - php/commitdiff
Fix bracket in prototype comment.
authorAdam Harvey <aharvey@php.net>
Fri, 5 Nov 2010 18:12:30 +0000 (18:12 +0000)
committerAdam Harvey <aharvey@php.net>
Fri, 5 Nov 2010 18:12:30 +0000 (18:12 +0000)
ext/pcre/php_pcre.c

index ce0549fb73d3ad55ec1bac05b1a34fa32cb1f1bf..1bb9e1a80c9642a0b71d113a41c9685e10066d78 100644 (file)
@@ -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)
 {