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/bug36611.phpt |
--TEST-- Bug #36611 (assignment to SimpleXML object attribute changes argument type to string) --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- <?php $xml_str = <<<EOD <?xml version="1.0" encoding="ISO-8859-1" ?> <c_fpobel > <pos > <pos/> </pos> </c_fpobel> EOD; $xml = simplexml_load_string ($xml_str) ; $val = 1; var_dump($val); $zml->pos["act_idx"] = $val; var_dump($val) ; ?> ===DONE=== --EXPECT-- int(1) int(1) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare