diff options
| -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)  {  | 
