Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/simplexml/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/simplexml/tests/034.phpt |
--TEST-- SimpleXML: cast to array --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- <?php $string = '<?xml version="1.0"?> <foo><bar> <p>Blah 1</p> <p>Blah 2</p> <p>Blah 3</p> <tt>Blah 4</tt> </bar></foo> '; $foo = simplexml_load_string($string); $p = $foo->bar->p; echo count($p); $p = (array)$foo->bar->p; echo count($p); ?> --EXPECTF-- 33
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare