/PHP-8.4/ext/soap/tests/SoapServer/ |
H A D | missing-options-non-wsdl-mode.phpt | 2 SoapServer in non WSDL mode without required options 8 class ExtendedSoapServer extends SoapServer {} 12 $client = new SoapServer(null); 25 $client = new SoapServer(null, $options); 38 $client = new SoapServer(null, $options); 52 …ody><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>SoapServer::__construct(): …
|
H A D | invalid-encoding-option.phpt | 2 SoapServer constructor with an invalid encoding option 8 class ExtendedSoapServer extends SoapServer {} 15 $client = new SoapServer($wsdl, $options); 29 …ody><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>SoapServer::__construct(): …
|
H A D | invalid-soap_version-option.phpt | 2 SoapServer constructor with an invalid encoding option 8 class ExtendedSoapServer extends SoapServer {} 15 $client = new SoapServer($wsdl, $options); 29 …ody><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>SoapServer::__construct(): …
|
/PHP-8.4/ext/soap/tests/bugs/ |
H A D | gh16237.phpt | 2 GH-16237 (Segmentation fault when cloning SoapServer) 8 $server = new SoapServer(null, ['uri'=>"http://testuri.org"]); 17 Trying to clone an uncloneable object of class SoapServer
|
H A D | setObject_twice.phpt | 2 SOAP Server: SoapServer::setObject twice 8 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
|
H A D | setClass_twice.phpt | 2 SOAP Server: SoapServer::setClass() twice 13 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
|
H A D | bug29830.phpt | 2 Bug #29844 (SoapServer::setClass() should not export non-public methods) 17 $server = new SoapServer(NULL, array("uri"=>"test://"));
|
H A D | bug51561.phpt | 2 Bug #51561 (SoapServer with a extended class and using sessions, lost the setPersistence()) 31 …$server = new SoapServer(null, array('uri' => "blablabla.com",'encoding' => "ISO-8859-1",'soap_ver… 46 … exception: [env:Receiver] SoapServer class was deserialized from the session prior to loading the…
|
H A D | gh11941_errors.phpt | 12 $server = new SoapServer(null, array('uri'=>"http://testuri.org")); 16 %aUncaught Error: SoapServer::setPersistence(): Persistence cannot be set when the SOAP server is u…
|
H A D | bug42692.phpt | 2 Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer) 18 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug38004.phpt | 2 Bug #38004 (Parameters in SoapServer are decoded twice) 20 $this->server = new SoapServer($wsdl);
|
H A D | bug42086.phpt | 2 Bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl) 24 $server = new SoapServer(__DIR__.'/bug42086.wsdl',
|
H A D | bug42326.phpt | 2 Bug #42326 (SoapServer crash) 41 $soap = new SoapServer(__DIR__.'/bug42326.wsdl', array('classmap' => $soap_admin_classmap));
|
H A D | gh16256.phpt | 17 new SoapServer($wsdl, ["classmap" => $classmap]); 25 …ody><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>SoapServer::__construct(): …
|
H A D | bug30928.phpt | 2 Bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties) 24 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug42214.phpt | 2 Bug #42214 (SoapServer sends clients internal PHP errors) 17 $server = new SoapServer(NULL, array('uri' =>'http://localhost/server.php',
|
H A D | bug42488.phpt | 2 Bug #42488 (SoapServer reports an encoding error and the error itself breaks) 13 $soap = new SoapServer(NULL, array('uri'=>'test://'));
|
/PHP-8.4/ext/soap/ |
H A D | soap_arginfo.h | 149 ZEND_METHOD(SoapServer, __construct); 150 ZEND_METHOD(SoapServer, fault); 151 ZEND_METHOD(SoapServer, addSoapHeader); 152 ZEND_METHOD(SoapServer, setPersistence); 153 ZEND_METHOD(SoapServer, setClass); 154 ZEND_METHOD(SoapServer, setObject); 155 ZEND_METHOD(SoapServer, getFunctions); 156 ZEND_METHOD(SoapServer, addFunction); 157 ZEND_METHOD(SoapServer, handle); 158 ZEND_METHOD(SoapServer, __getLastResponse); [all …]
|
/PHP-8.4/ext/soap/tests/interop/Round3/GroupD/ |
H A D | round3_groupD_compound2.inc | 9 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound2.wsdl");
|
H A D | round3_groupD_emptysa.inc | 11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_emptysa.wsdl");
|
H A D | round3_groupD_import1.inc | 11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import1.wsdl");
|
H A D | round3_groupD_import2.inc | 11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import2.wsdl");
|
H A D | round3_groupD_compound1.inc | 14 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound1.wsdl");
|
/PHP-8.4/ext/soap/tests/interop/Round3/GroupF/ |
H A D | round3_groupF_ext.inc | 11 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
|
/PHP-8.4/ext/soap/tests/interop/Round4/GroupH/ |
H A D | round4_groupH_soapfault.inc | 19 $server = new SoapServer(dirname(__FILE__)."/round4_groupH_soapfault.wsdl");
|