History log of /PHP-8.1/ext/spl/tests/RecursiveIteratorIterator_invalid_aggregate.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 75a678a7 19-Jul-2021 Máté Kocsis

Declare tentative return types for Zend (#7251)

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>


# 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.