History log of /PHP-7.4/ext/standard/tests/bug79821.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 56dec3cc 11-Jul-2020 twosee

Fixed bug #79830 introduced by fixing bug #79821

This also fixes memory error in debug_zval_dump and var_export.


# 150504e6 10-Jul-2020 twosee

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.