]> granicus.if.org Git - php/commitdiff
- Drop left-over
authorMarcus Boerger <helly@php.net>
Sat, 20 Jan 2007 14:41:04 +0000 (14:41 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 20 Jan 2007 14:41:04 +0000 (14:41 +0000)
ext/spl/spl_array.c

index e50017128835b410c1fe8a0513f88c964383f5c7..2ea209a92ebb156682dfd28b28ed405c3781fe89 100755 (executable)
@@ -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);