/
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/array_016.phpt
--TEST-- SPL: ArrayIterator/Object and IteratorIterator --FILE-- <?php $it = new ArrayIterator(range(0,3)); foreach(new IteratorIterator($it) as $v) { var_dump($v); } $it = new ArrayObject(range(0,3)); foreach(new IteratorIterator($it) as $v) { var_dump($v); } ?> --EXPECT-- int(0) int(1) int(2) int(3) int(0) int(1) int(2) int(3)
Copyright ©2k19 -
Hexid
|
Tex7ure