mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
44a80b64b9
We need to always destroy current, not just when iter.data is not set. Take this opportunity to clean up the iterator destructor code a bit, to remove redundant checks and incorrect comments.