Home
last modified time | relevance | path

Searched refs:SoapFault (Results 1 – 25 of 36) sorted by last modified time

12

/PHP-5.5/ext/soap/tests/
H A Dtypemap009.phpt2 SOAP typemap 9: SoapServer support for typemap's from_xml() (SoapFault)
28 throw new SoapFault("Server", "Conversion Failed");
H A Dtypemap010.phpt2 SOAP typemap 10: SoapServer support for typemap's to_xml() (SoapFault)
25 throw new SoapFault("Server", "Conversion Fault");
H A Dtypemap011.phpt2 SOAP Typemap 11: SoapClient support for typemap's from_xml() (SoapFault)
30 throw new SoapFault("Client", "Conversion Error");
43 } catch (SoapFault $e) {
44 $ret = "SoapFault = " . $e->faultcode . " - " . $e->faultstring;
50 string(37) "SoapFault = Client - Conversion Error"
H A Dtypemap012.phpt2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault)
23 throw new SoapFault("Client", "Conversion Error");
39 } catch (SoapFault $e) {
40 $ret = "SoapFault = " . $e->faultcode . " - " . $e->faultstring;
46 string(37) "SoapFault = Client - Conversion Error"
H A Dbug70388.phpt17 string(9) "SoapFault"
H A Dserver017.phpt8 return new SoapFault("MyFault","My fault string");
/PHP-5.5/ext/soap/tests/soap12/
H A Dsoap12-test.inc117 …return new SoapFault("Client", "Not a valid country code", NULL, NULL, NULL, new SoapHeader("http:…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_soapfault_001w.phpt2 SOAP Interop Round4 GroupH SoapFault 001 (php/wsdl): echoVersionMismatchFault(SOAP 1.1)
H A Dr4_groupH_soapfault_002w.phpt2 SOAP Interop Round4 GroupH SoapFault 002 (php/wsdl): echoVersionMismatchFault(SOAP 1.2)
H A Dr4_groupH_soapfault_004w.phpt2 SOAP Interop Round4 GroupH SoapFault 004 (php/wsdl): echoMustUnderstandFault
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug54911.phpt16 Fatal error: Uncaught SoapFault exception: [Client] Access to undeclared static property: XSoapClie…
H A Dbug66112.phpt14 }catch(SoapFault $x){
H A Dbug36999.phpt42 } catch (SoapFault $ex) {
H A Dbug38005.phpt2 Bug #38005 (SoapFault faultstring doesn't follow encoding rules)
10 return new SoapFault('Test', 'This is our fault: �');
H A Dbug44811.phpt11 } catch (SoapFault $e) {
H A Dbug47273.phpt24 //throw new SoapFault('Server', 'Test #2 exception with some special chars: Äßö');
H A Dbug50698_2.phpt11 …SoapClient(dirname(__FILE__).'/bug50698_2.wsdl');\" should throw an exception of type 'SoapFault'";
12 } catch (SoapFault $e) {
16 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_2.wsdl');\" threw a SoapFault with an in…
H A Dbug50698_3.phpt11 …SoapClient(dirname(__FILE__).'/bug50698_3.wsdl');\" should throw an exception of type 'SoapFault'";
12 } catch (SoapFault $e) {
16 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_3.wsdl');\" threw a SoapFault with an in…
H A Dbug29109.phpt2 Bug #29109 (Uncaught SoapFault exception: [WSDL] Out of memory)
H A Dbug30045.phpt48 } catch (SoapFault $ex) {
H A Dbug30106.phpt2 Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
H A Dbug34657.phpt19 } catch (SoapFault $e) {
28 SoapFault
/PHP-5.5/ext/soap/
H A Dsoap.c236 PHP_METHOD(SoapFault, SoapFault);
237 PHP_METHOD(SoapFault, __toString);
399 SOAP_CTOR(SoapFault, SoapFault, arginfo_soapfault_soapfault, 0)
400 PHP_ME(SoapFault, __toString, arginfo_soap__void, 0)
847 PHP_METHOD(SoapFault, SoapFault) in PHP_METHOD() argument
902 PHP_METHOD(SoapFault, __toString) in PHP_METHOD() argument
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php153 } catch (SoapFault $fault) {
370 } catch (SoapFault $ex) {
387 $fault = new SoapFault('WSDL',"no WSDL defined for $endpoint");
436 } catch (SoapFault $ex) {
489 … $fault = new SoapFault('HEADER','The returned result did not match what we expected to receive');
500 … $fault = new SoapFault('RESULT','The returned result did not match what we expected to receive');
575 $skipfault = new SoapFault('SKIP','endpoint skipped');
/PHP-5.5/
H A DNEWS527 with SoapFault). (Dmitry)
7120 - Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)
7268 - Fixed bug #42151 (__destruct functions not called after catching a SoapFault
8452 - Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules).
8663 - Fixed SoapFault::getMessage(). (Dmitry)
9743 - Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry)
9924 SoapFault exception). (Dmitry)
10159 - Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry)

Completed in 109 milliseconds

12