/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug79792.phpt
--TEST-- Bug #79792: HT iterators not removed if empty array is destroyed --FILE-- <?php $a = [42]; foreach ($a as &$c) { // Make the array empty. unset($a[0]); // Destroy the array. $a = null; } ?> ===DONE=== --EXPECTF-- Warning: foreach() argument must be of type array|object, null given in %s on line %d ===DONE===
Copyright ©2k19 -
Hexid
|
Tex7ure