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/soap/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/soap/tests/bug70875.phpt |
--TEST-- SOAP Bug #70875 - Segmentation fault if wsdl has no targetNamespace attribute --SKIPIF-- <?php require_once('skipif.inc'); ?> --INI-- soap.wsdl_cache_enabled=0 --FILE-- <?php class bug70875 extends SOAPClient { public function __doRequest($request, $location, $action, $version, $one_way = 0) { die("no SIGSEGV"); } } $c = new bug70875(__DIR__.'/bug70875.wsdl', [ 'trace' => 1, 'classmap' => [ 'TestService' => 'TestService', 'TestServiceRQ' => 'TestServiceRQ', 'RqHeader' => 'RqHeader', ], ]); class TestService { public $TestServiceRQ; } class TestServiceRQ { public $RqHeader; } class RqHeader { } $r = new TestService(); $r->TestServiceRQ = new TestServiceRQ(); $r->TestServiceRQ->RqHeader = new RqHeader(); $c->testService($r); ?> --EXPECT-- no SIGSEGV
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare