From: Xinchen Hui Date: Thu, 18 Oct 2012 12:13:14 +0000 (+0800) Subject: indent X-Git-Tag: php-5.3.19RC1~9^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db2dc7a6a48982b8a483861a7fa1de0d634bc3a4;p=php indent --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 736a70871a..b1b9e66e9a 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); }