History log of /PHP-7.3/Zend/tests/bug79792.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 64931fd3 07-Jul-2020 Nikita Popov

Fixed bug #79792

We need to remove the iterators even if the array is empty (we
will not create one if the first place, but the array may become
empty after the fact).