History log of /php-src/Zend/tests/gh16725.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 048fa7ba 14-Nov-2024 Ilija Tovilo

Fix get_object_vars() for non-hooked props in hooked prop iter

The zend_hash_update_ind() variant unwraps indirects, rather than creating them.
Don't use _zend_hash_append_ind() because

Fix get_object_vars() for non-hooked props in hooked prop iter

The zend_hash_update_ind() variant unwraps indirects, rather than creating them.
Don't use _zend_hash_append_ind() because the property might already exist.

Fixes GH-16725
Closes GH-16805

show more ...