History log of /PHP-7.3/ext/spl/tests/bug75673.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b8427729 05-Mar-2020 Christoph M. Becker

Fix #75673: SplStack::unserialize() behavior

Even though `SplStack::unserialize()` is not supposed to be called on
an already constructed instance, it is probably better if the method

Fix #75673: SplStack::unserialize() behavior

Even though `SplStack::unserialize()` is not supposed to be called on
an already constructed instance, it is probably better if the method
clears the stack before actually unserializing.

show more ...