summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-10-18 20:13:14 +0800
committerXinchen Hui <laruence@php.net>2012-10-18 20:13:14 +0800
commitdb2dc7a6a48982b8a483861a7fa1de0d634bc3a4 (patch)
tree6cbe127cdfb819c970863f8d37786e1d1a351eb2
parente88cdaa0143aacd2d765eb0560452ea28e327e41 (diff)
downloadphp-git-db2dc7a6a48982b8a483861a7fa1de0d634bc3a4.tar.gz
indent
-rw-r--r--ext/pcre/php_pcre.c2
1 files changed, 1 insertions, 1 deletions
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);
}