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/soap/tests/bugs/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/soap/tests/bugs/bug41097.phpt |
--TEST-- Bug #41097 (ext/soap returning associative array as indexed without using WSDL) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php function test($soap, $array) { $soap->test($array); echo (strpos($soap->__getLastRequest(), ':Map"') != false)?"Map\n":"Array\n"; } $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' => 0, 'trace' => 1)); test($soap, array('Foo', 'Bar')); test($soap, array(5 => 'Foo', 10 => 'Bar')); test($soap, array('5' => 'Foo', '10' => 'Bar')); $soap->test(new SoapVar(array('Foo', 'Bar'), APACHE_MAP)); echo (strpos($soap->__getLastRequest(), ':Map"') != false)?"Map\n":"Array\n"; $soap->test(new SoapVar(array('Foo', 'Bar'), SOAP_ENC_ARRAY)); echo (strpos($soap->__getLastRequest(), ':Map"') != false)?"Map\n":"Array\n"; ?> --EXPECT-- Array Map Map Map Array
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare