Home
last modified time | relevance | path

Searched refs:new (Results 3401 – 3425 of 5518) sorted by path

1...<<131132133134135136137138139140>>...221

/PHP-7.4/ext/soap/tests/
H A Dbug79536.phpt30 throw new myFault("Server", "Conversion Fault");
35 $book = new book;
55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dbug80672.phpt8 $client = new SoapClient(__DIR__ . "/bug80672.xml");
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug27722.phpt11 $x = new SoapClient(__DIR__."/bug27722.wsdl");
H A Dbug27742.phpt11 $x = new SoapClient(__DIR__."/bug27742.wsdl");
H A Dbug28751.phpt15 $server = new SoapServer(NULL, array('uri'=>"http://testuri.org"));
H A Dbug28969.phpt16 $this->server = new SoapServer($wsdl, $options);
30 $x = new LocalSoapClient(NULL,array('location'=>'test://',
H A Dbug28985.phpt9 $client = new SOAPClient(__DIR__.'/bug28985.wsdl', array('trace'=>1));
H A Dbug29061.phpt9 $client = new SoapClient(__DIR__."/bug29061.wsdl", array("exceptions"=>0));
H A Dbug29061.wsdl7 xmlns:y="http://new.webservice.namespace" targetNamespace="http
8 ://new.webservice.namespace">
H A Dbug29109.phpt9 $client = new SoapClient(__DIR__."/bug29109.wsdl");
H A Dbug29236.phpt9 $client = new SoapClient(__DIR__."/bug29236.wsdl");
H A Dbug29795.phpt26 $client = new LocalSoapClient(__DIR__."/bug29795.wsdl",array("trace"=>1));
29 $client = new LocalSoapClient(__DIR__."/bug29795.wsdl",array("trace"=>1));
H A Dbug29830.phpt17 $server = new SoapServer(NULL, array("uri"=>"test://"));
H A Dbug29839.phpt18 $this->server = new SoapServer($wsdl, $options);
32 $client = new LocalSoapClient(__DIR__."/bug29839.wsdl", array("trace"=>1));
H A Dbug29844.phpt20 $this->server = new SoapServer($wsdl, $options);
34 $client = new LocalSoapClient(__DIR__."/bug29844.wsdl", array("trace"=>1));
H A Dbug30045.phpt14 return new SoapVar($num, $type);
21 $this->server = new SoapServer($wsdl, $options);
40 $soap = new LocalSoapClient(NULL, array("uri"=>"http://test-uri", "location"=>"test://"));
46 $ret = $soap->foo($type, new SoapVar($num, $type));
H A Dbug30106.phpt18 $this->server = new SoapServer($wsdl, $options);
33 $client = new LocalSoapClient(__DIR__."/bug30106.wsdl");
H A Dbug30175.phpt36 $client = new LocalSoapClient(__DIR__."/bug30175.wsdl");
H A Dbug30799.phpt14 $x = new SoapClient(NULL,array("location"=>"test://",
18 $x->test(new foo());
H A Dbug30928.phpt23 $this->server = new SoapServer($wsdl, $options);
36 $x = new LocalSoapClient(__DIR__."/bug30928.wsdl",
38 var_dump($x->test(new foo()));
40 $x = new LocalSoapClient(__DIR__."/bug30928.wsdl",
42 var_dump($x->test(new foo()));
H A Dbug30994.phpt41 $x = new SoapServer(NULL, array("uri"=>"http://spock/kunta/kunta"));
H A Dbug31422.phpt18 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug31695.phpt16 $this->server = new SoapServer($wsdl, $options);
30 $client = new LocalSoapClient(__DIR__."/bug31695.wsdl");
32 $client = new LocalSoapClient(__DIR__."/bug31695.wsdl", array("location"=>"test://1"));
H A Dbug31755.phpt7 $client=new SOAPClient(null, array('location' => 'http://localhost',
10 $header = new SOAPHeader(null, 'foo', 'bar');
H A Dbug32776.phpt21 $this->server = new SoapServer($wsdl, $options);
35 $x = new LocalSoapClient(__DIR__."/bug32776.wsdl",array("trace"=>true,"exceptions"=>false));

Completed in 59 milliseconds

1...<<131132133134135136137138139140>>...221