]> granicus.if.org Git - php/commitdiff
unused local var
authorPierre Joye <pierre.php@gmail.com>
Thu, 15 May 2014 08:12:02 +0000 (10:12 +0200)
committerPierre Joye <pierre.php@gmail.com>
Thu, 15 May 2014 08:12:02 +0000 (10:12 +0200)
ext/standard/var.c

index b2e11bc9fc99e75031456a359e576d81bf9575d8..8cba814f5e380eff46965911551cd3d424a9f132 100644 (file)
@@ -72,7 +72,7 @@ static int php_array_element_dump(zval *zv TSRMLS_DC, int num_args, va_list args
                php_printf("%*c[\"", level + 1, ' ');
                PHPWRITE(hash_key->key->val, hash_key->key->len);
                php_printf("\"]=>\n");
-       }
+               }
        php_var_dump(zv, level + 2 TSRMLS_CC);
        return 0;
 }
@@ -722,7 +722,6 @@ static void php_var_serialize_class(smart_str *buf, zval *struc, zval *retval_pt
                zend_string *key;
                zval *d, *name;
                ulong index;
-               int i;
                zval nval, *nvalp;
                HashTable *propers, *ht;