Commit:    db2dc7a6a48982b8a483861a7fa1de0d634bc3a4
Author:    Xinchen Hui <larue...@php.net>         Thu, 18 Oct 2012 20:13:14 
+0800
Parents:   e88cdaa0143aacd2d765eb0560452ea28e327e41
Branches:  PHP-5.3

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=db2dc7a6a48982b8a483861a7fa1de0d634bc3a4

Log:
indent

Changed paths:
  M  ext/pcre/php_pcre.c


Diff:
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 736a708..b1b9e66 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -547,7 +547,7 @@ PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char 
*subject, int subjec
 
        /* Overwrite the passed-in value for subpatterns with an empty array. */
        if (subpats != NULL) {
-        zval_dtor(subpats);
+               zval_dtor(subpats);
                array_init(subpats);
        }


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

Reply via email to