From: Nikita Popov Date: Tue, 7 Jul 2020 09:59:56 +0000 (+0200) Subject: Merge branch 'PHP-7.4' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecf368b8f2b9d578f3f9bb23f48d5920adbdccbb;p=php Merge branch 'PHP-7.4' * PHP-7.4: Fixed bug #79792 --- ecf368b8f2b9d578f3f9bb23f48d5920adbdccbb diff --cc Zend/tests/bug79792.phpt index 0000000000,85b98a907b..ca662e27e9 mode 000000,100644..100644 --- a/Zend/tests/bug79792.phpt +++ b/Zend/tests/bug79792.phpt @@@ -1,0 -1,16 +1,16 @@@ + --TEST-- + Bug #79792: HT iterators not removed if empty array is destroyed + --FILE-- + + ===DONE=== + --EXPECTF-- -Warning: Invalid argument supplied for foreach() in %s on line %d ++Warning: foreach() argument must be of type array|object, null given in %s on line %d + ===DONE===