History log of /PHP-8.2/Zend/tests/bug62609_2.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>


# e9ae581f 06-Mar-2020 Nikita Popov

Fixed bug #62609: Allow implementing Traversable in abstract class

Master only, as this depends on fixes to calling order of
interface implementation handlers.