/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/spl_001.phpt
--TEST-- SPL: iterator_to_array() and iterator_count() --FILE-- <?php $it = new ArrayObject(array("x"=>1, 1=>2, 3=>3, 4, "1"=>5)); $ar = iterator_to_array($it); var_dump(iterator_count($it)); print_r($ar); foreach($ar as $v) { var_dump($v); } ?> --EXPECT-- int(4) Array ( [x] => 1 [1] => 5 [3] => 3 [4] => 4 ) int(1) int(5) int(3) int(4)
Copyright ©2k19 -
Hexid
|
Tex7ure