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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user