Home
last modified time | relevance | path

Searched refs:location (Results 151 – 175 of 199) sorted by last modified time

12345678

/PHP-7.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_002s.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug38536.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug28969.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
30 $x = new LocalSoapClient(NULL,array('location'=>'test://',
H A Dbug29061.wsdl38 <soap:address location="test://"/>
H A Dbug29795.phpt15 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug29795.wsdl37 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
H A Dbug29839.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug29839.wsdl39 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
H A Dbug29844.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug30045.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
40 $soap = new LocalSoapClient(NULL, array("uri"=>"http://test-uri", "location"=>"test://"));
H A Dbug30106.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug30175.phpt12 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug30799.phpt14 $x = new SoapClient(NULL,array("location"=>"test://",
H A Dbug30928.phpt27 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug31695.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
21 echo "$location\n";
32 $client = new LocalSoapClient(__DIR__."/bug31695.wsdl", array("location"=>"test://1"));
36 array("location"=>"test://2"));
/PHP-7.4/ext/soap/tests/
H A Dany.phpt38 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug46760.phpt13 'location' => 'http://some.url'));
H A Dbug49898.phpt9 $client = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.u…
H A Dbug68361.phpt83 <soap:address location="http://localhost/wsdl-creator/TestClass.php"/>
H A Dbug70388.phpt7 $dummy = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/…
H A Dbug70875.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0)
H A Dbug71610.phpt10 $exploit = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:19:"http://example.…
H A Dbug71711.phpt8 $client = new class(null, [ 'location' => '', 'uri' => 'http://example.org']) extends SoapClient {
9 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug71996.phpt8 $client = new class(null, ['location' => '', 'uri' => 'http://example.org']) extends SoapClient {
9 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug77410.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0) {

Completed in 41 milliseconds

12345678