History log of /PHP-7.4/ext/spl/tests/bug79151.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# db9776c5 23-Jan-2020 Nikita Popov

Fixed bug #79151

Make sure we also NULL out next/prev of the removed element on
pop/shift. This only matter is that element is still being referenced
by an iterator.