From baddb1c73a170ef1d2c31bd54cddbc6e1ab596b9 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 21 Oct 2014 11:02:15 +0800 Subject: [PATCH] Extra comma --- ext/standard/filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0