aharvey                                  Fri, 05 Nov 2010 18:12:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=305107

Log:
Fix bracket in prototype comment.

Changed paths:
    U   php/php-src/trunk/ext/pcre/php_pcre.c

Modified: php/php-src/trunk/ext/pcre/php_pcre.c
===================================================================
--- php/php-src/trunk/ext/pcre/php_pcre.c       2010-11-05 17:27:44 UTC (rev 
305106)
+++ php/php-src/trunk/ext/pcre/php_pcre.c       2010-11-05 18:12:30 UTC (rev 
305107)
@@ -766,7 +766,7 @@
 }
 /* }}} */

-/* {{{ 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)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to