/
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/foreach_007.phpt
--TEST-- Foreach by reference and inserting new element when we are already at the end --FILE-- <?php $a = [1]; foreach($a as &$v) { echo "$v\n"; $a[1]=2; } ?> --EXPECT-- 1 2
Copyright ©2k19 -
Hexid
|
Tex7ure