History log of /PHP-8.2/ext/spl/tests/gh8366.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 1762a879 14-Apr-2022 Christoph M. Becker

Fix GH-8366: ArrayIterator may leak when calling __construct()

When we detach an iterator, we also have to delete it.

Closes GH-8374.