Home
last modified time | relevance | path

Searched refs:__setSoapHeaders (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/soap/tests/bugs/
H A Dbug73538.phpt14 $client->__setSoapHeaders(new \SoapHeader('ns', 'Header', ['something' => 1]));
15 $client->__setSoapHeaders(new \SoapHeader('ns', 'Header', ['something' => 2]));
25 $client->__setSoapHeaders([new \SoapHeader('ns', 'Header', ['something' => 1])]);
26 $client->__setSoapHeaders([new \SoapHeader('ns', 'Header', ['something' => 2])]);
H A Dbug50762.phpt43 $cl->__setSoapHeaders(array(new SoapHeader('http://sova.pronto.ru/', 'authToken', new authToken('to…
/PHP-7.0/ext/soap/tests/
H A Dsetheaders.phpt11 $client->__setSoapHeaders(new SoapHeader("test://","HDR1"));
16 $client->__setSoapHeaders();
19 $client->__setSoapHeaders(array(new SoapHeader("test://","HDR1"),new SoapHeader("test://","HDR2")));
/PHP-7.0/ext/soap/
H A Dsoap.c231 PHP_METHOD(SoapClient, __setSoapHeaders);
432 PHP_ME(SoapClient, __setSoapHeaders, arginfo_soapclient___setsoapheaders, 0)
3200 PHP_METHOD(SoapClient, __setSoapHeaders) argument
/PHP-7.0/
H A DNEWS150 . Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
860 . Fixed bug #73538 (SoapClient::__setSoapHeaders doesn't overwrite SOAP

Completed in 26 milliseconds