mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
d613c0ed30
If get_iterator() fails, we should not destroy the object. Also changes the check to a NULL check to be more defensive, and to match the VM. Closes GH-16441.