History log of /PHP-7.4/ext/standard/tests/serialize/sleep_mangled_name_clash.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 90fea675 02-Jan-2020 Nikita Popov

Populate hashtable of __sleep() properties

Instead of populating a hashtable of property names and then
directly serializing.

This has the advantage of a) detecting duplicate pr

Populate hashtable of __sleep() properties

Instead of populating a hashtable of property names and then
directly serializing.

This has the advantage of a) detecting duplicate properties more
precisely and b) gives us the ability to discard values without
rewriting the serialization string after the fact for GH-5027.

show more ...