Fixed bug #79830 introduced by fixing bug #79821 This also fixes memory error in debug_zval_dump and var_export.
Fixed bug #79821 HashTable was reallocated (zend_hash_packed_grow) during php_var_dump, so we should call GC_ADDREF to make SEPARATE_ARRAY work. Closes GH-5837.