mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01: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.