Home
last modified time | relevance | path

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

12

/php-src/ext/soap/
H A Dsoap.c631 PHP_METHOD(SoapFault, __construct) in PHP_METHOD() argument
680 PHP_METHOD(SoapFault, __toString) in PHP_METHOD() argument
H A Dsoap.stub.php470 class SoapFault extends Exception class
499 private ?SoapFault $__soap_fault = null;
567 private ?SoapFault $__soap_fault = null;
H A Dsoap_arginfo.h143 ZEND_METHOD(SoapFault, __construct);
144 ZEND_METHOD(SoapFault, __toString);
195 ZEND_ME(SoapFault, __construct, arginfo_class_SoapFault___construct, ZEND_ACC_PUBLIC)
196 ZEND_ME(SoapFault, __toString, arginfo_class_SoapFault___toString, ZEND_ACC_PUBLIC)
/php-src/ext/soap/tests/bugs/
H A Dbug71610.phpt14 } catch(SoapFault $e) {
H A Dbug73452.phpt8 $data = 'O:9:"SoapFault":4:{s:9:"faultcode";i:4298448493;s:11:"faultstring";i:4298448543;s:7:"'."\0…
14 Fatal error: Uncaught TypeError: Cannot assign %s to property SoapFault::$faultcode of type ?string…
16 #0 %sbug73452.php(4): unserialize('O:9:"SoapFault"...')
H A Dbug79536.phpt24 class myFault extends SoapFault {
H A Dbug80672.phpt10 } catch(SoapFault $e) {
H A Dbug79357.phpt14 Fatal error: Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding: object has no 'intB' prop…
H A Dbug70211.phpt24 $sf = new SoapFault('1', 'string', 'detail', 'header','line', str_repeat("A",232).ptr2str($addr));
H A Dbug68996.phpt17 return new SoapFault("\xfc\x63", "some msg");
H A Dbug51561.phpt46 Fatal error: Uncaught SoapFault exception: [env:Receiver] SoapServer class was deserialized from th…
/php-src/ext/zend_test/tests/
H A Dobserver_error_04.phpt27 } catch (SoapFault $e) {
42 <!-- Exception: SoapFault -->
44 <!-- Exception: SoapFault -->
46 <!-- Exception: SoapFault -->
/php-src/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-src/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 Dserver017.phpt8 return new SoapFault("MyFault","My fault string");
H A Dserver018.phpt8 throw new SoapFault("MyFault","My fault string");
H A Dserver021.phpt12 return new SoapFault("Server","Function $name doesn't exist");
H A Dserver022.phpt7 class MyFault extends SoapFault {
H A Dserver028.phpt12 return SoapFault("Server","Function $name doesn't exist");
/php-src/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_003w.phpt2 SOAP Interop Round4 GroupH SoapFault 003 (php/wsdl): echoVersionMismatchFault(unknown version)

Completed in 57 milliseconds

12