/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/iterator_006.phpt
--TEST-- SPL: IteratorIterator and SimpleXMlElement --SKIPIF-- <?php if (!extension_loaded('simplexml')) print "skip SimpleXML required"; ?> --FILE-- <?php $root = simplexml_load_string('<?xml version="1.0"?> <root> <child>Hello</child> <child>World</child> </root> '); foreach (new IteratorIterator($root->child) as $child) { echo $child."\n"; } ?> --EXPECT-- Hello World
Copyright ©2k19 -
Hexid
|
Tex7ure