History log of /PHP-8.0/ext/spl/tests/RecursiveIteratorIterator_invalid_aggregate.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b9ae73ee 15-Jul-2021 Nikita Popov

Fix RecursiveIteratorIterator segfault for invalid aggregate

The code was assuming that the returned value is an object.
Reuse the logic from IteratorIterator.