/
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/bug67111.phpt
--TEST-- Bug #67111: Memory leak when using "continue 2" inside two foreach loops --FILE-- <?php $array1 = [1, 2, 3]; $array2 = [1, 2, 3]; foreach ($array1 as $x) { foreach ($array2 as $y) { echo "$x.$y\n"; continue 2; } } ?> --EXPECT-- 1.1 2.1 3.1
Copyright ©2k19 -
Hexid
|
Tex7ure