Home
last modified time | relevance | path

Searched refs:SoapFault (Results 1 – 25 of 44) sorted by relevance

12

/PHP-7.3/ext/soap/tests/
H A Dfault_warning.phpt7 $fault = new SoapFault("", "message"); // Can't be an empty string
9 $fault = new SoapFault("Sender", "message");
11 $fault = new SoapFault(null, "message");
15 $fault = new SoapFault(["more-ns", "Sender"], "message"); // two given
19 Warning: SoapFault::SoapFault(): Invalid fault code in %s on line %d
21 Warning: SoapFault::SoapFault(): Invalid fault code in %s on line %d
22 SoapFault
23 SoapFault
25 Warning: SoapFault::SoapFault(): Invalid fault code in %s on line %d
27 Warning: SoapFault::SoapFault(): Invalid fault code in %s on line %d
[all …]
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 Dbug73452.phpt8 $data = 'O:9:"SoapFault":4:{s:9:"faultcode";i:4298448493;s:11:"faultstring";i:4298448543;s:7:"'."\0…
14 SoapFault exception: [4298448493] 4298448543 in :0
16 #0 %sbug73452.php(4): unserialize('O:9:"SoapFault"...')
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 Dbug77088.phpt15 catch(SoapFault $e)
23 object(SoapFault)#%d (%d) {
H A Dfault001.phpt8 $fault = new SoapFault("code", "message");
H A Dbug80672.phpt10 } catch(SoapFault $e) {
H A Dtypemap010.phpt2 SOAP typemap 10: SoapServer support for typemap's to_xml() (SoapFault)
25 throw new SoapFault("Server", "Conversion Fault");
H A Dtypemap009.phpt2 SOAP typemap 9: SoapServer support for typemap's from_xml() (SoapFault)
28 throw new SoapFault("Server", "Conversion Failed");
H A Dbug70388.phpt17 string(9) "SoapFault"
H A Dbug70211.phpt20 $sf = new SoapFault('1', 'string', 'detail', 'header','line', str_repeat("A",232).ptr2str($addr));
H A Dbug71610.phpt13 } catch(SoapFault $e) {
/PHP-7.3/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_simple_doclit.inc5 …return new SoapFault("Server", "Fault in response to 'echoEmptyFault'.", null, null, "SimpleFault"…
9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau…
13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param1…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2…
22 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, null, "SimpleF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3…
32 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2…
38 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults3'.", null, $input->param2…
[all …]
H A Dround4_groupH_simple_rpcenc.inc5 …return new SoapFault("Server", "Fault in response to 'echoEmptyFault'.", null, null, "SimpleFault"…
9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau…
13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $string, "Simp…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $floats, "Simp…
22 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, null, "SimpleF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $string, "Simp…
32 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $float, "Simpl…
38 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults3'.", null, $param2, "Simp…
46 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults4'.", null, $enum, "Simple…
[all …]
H A Dround4_groupH_complex_rpcenc.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, $input, "Compl…
9 …return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "Compl…
13 …return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "C…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $s2, "ComplexF…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s2, "ComplexF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s3, "ComplexF…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s1, "ComplexF…
H A Dround4_groupH_complex_doclit.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, array("soapStr…
9 …return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "Compl…
13 …return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "C…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1…
/PHP-7.3/ext/soap/tests/bugs/
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 Dbug34657.phpt12 } catch (SoapFault $e) {
21 SoapFault
H A Dbug38005.phpt2 Bug #38005 (SoapFault faultstring doesn't follow encoding rules)
10 return new SoapFault('Test', 'This is our fault: �');
H A Dbug29109.phpt2 Bug #29109 (Uncaught SoapFault exception: [WSDL] Out of memory)
H A Dbug70469.phpt9 } catch (SoapFault $e) {
H A Dbug44811.phpt12 } catch (SoapFault $e) {
H A Dbug36629.phpt8 throw new SoapFault("Server", "test1");
11 return new SoapFault("Server", "test2");
/PHP-7.3/ext/soap/interop/
H A Dclient_round2_interop.php151 } catch (SoapFault $fault) {
368 } catch (SoapFault $ex) {
385 $fault = new SoapFault('WSDL',"no WSDL defined for $endpoint");
434 } catch (SoapFault $ex) {
487 … $fault = new SoapFault('HEADER','The returned result did not match what we expected to receive');
498 … $fault = new SoapFault('RESULT','The returned result did not match what we expected to receive');
573 $skipfault = new SoapFault('SKIP','endpoint skipped');

Completed in 43 milliseconds

12