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/bug26976.phpt |
--TEST-- Bug #26976 (Can not access array elements using array indices) --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?> --FILE-- <?php $root = simplexml_load_string( '<?xml version="1.0"?> <root> <child>a</child> <child>b</child> <child>c</child> <child>d</child> </root> '); echo $root->child[0], "\n"; echo $root->child[1], "\n"; echo $root->child[2], "\n"; echo $root->child[3], "\n"; ?> --EXPECT-- a b c d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare