1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00

Fix bracket in prototype comment.

This commit is contained in:
Adam Harvey
2010-11-05 18:12:30 +00:00
parent 7f0d3f7d70
commit 6bc20667c7

View 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)
{