From: Marcus Boerger Date: Sat, 20 Jan 2007 14:41:04 +0000 (+0000) Subject: - Drop left-over X-Git-Tag: RELEASE_1_0_0RC1~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=512f5dafb87fd3db331857d8a8df7e8499e10595;p=php - Drop left-over --- diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index e500171288..2ea209a92e 100755 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -643,10 +643,6 @@ static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* zend_hash_copy(rv, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)); - //MAKE_STD_ZVAL(storage); - //array_init(storage); - //spl_instantiate(zend_standard_class_def, &storage, 1 TSRMLS_CC); - //zend_hash_copy(HASH_OF(storage), HASH_OF(intern->array), (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)); storage = intern->array; zval_add_ref(&storage);