/
proc
/
2156873
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //proc/2156873/root/usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/bug55157_variation.phpt
--TEST-- Bug #55157: ArrayIterator always skips the second element in the array when calling offsetUnset() --DESCRIPTION-- One of the test cases from bug #55157. This is a workaround around the problem that has worked since PHP 5.0.4. --FILE-- <?php $nums = range(0, 3); $numIt = new ArrayIterator($nums); for ($numIt->rewind(); $numIt->valid();) { echo "{$numIt->key()} => {$numIt->current()}\n"; $numIt->offsetUnset($numIt->key()); } ?> --EXPECT-- 0 => 0 1 => 1 2 => 2 3 => 3
Copyright ©2k19 -
Hexid
|
Tex7ure