mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
We should check if the iterator data is still valid, because if it isn't, then the type info is UNDEF, but the pointer value may be dangling. Closes GH-15841.