From: Xinchen Hui Date: Tue, 21 Oct 2014 03:02:15 +0000 (+0800) Subject: Extra comma X-Git-Tag: POST_NATIVE_TLS_MERGE^2~49^2~45^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baddb1c73a170ef1d2c31bd54cddbc6e1ab596b9;p=php Extra comma --- diff --git a/ext/standard/filters.c b/ext/standard/filters.c index f0f49950bb..0a83a4c1c0 100644 --- a/ext/standard/filters.c +++ b/ext/standard/filters.c @@ -1265,7 +1265,7 @@ static php_conv_err_t php_conv_get_ulong_prop_ex(const HashTable *ht, zend_ulong zval tmp; if (Z_TYPE_P(tmpval) != IS_LONG) { - ZVAL_DUP(&tmp, tmpval);; + ZVAL_DUP(&tmp, tmpval); convert_to_long(&tmp); tmpval = &tmp; }