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/020.phpt |
--TEST-- SimpleXML: Attribute compared to string --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- <?php $doc = simplexml_load_string('<root><name attr="foo">bar</name></root>'); print $doc->name["attr"]; print "\n"; if ($doc->name["attr"] == "foo") { print "Works\n"; } else { print "Error\n"; } ?> ===DONE=== --EXPECT-- foo Works ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare