projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0d3f7
)
Fix bracket in prototype comment.
author
Adam Harvey
<aharvey@php.net>
Fri, 5 Nov 2010 18:12:30 +0000
(18:12 +0000)
committer
Adam Harvey
<aharvey@php.net>
Fri, 5 Nov 2010 18:12:30 +0000
(18:12 +0000)
ext/pcre/php_pcre.c
patch
|
blob
|
history
diff --git
a/ext/pcre/php_pcre.c
b/ext/pcre/php_pcre.c
index ce0549fb73d3ad55ec1bac05b1a34fa32cb1f1bf..1bb9e1a80c9642a0b71d113a41c9685e10066d78 100644
(file)
--- 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)
{