Home
last modified time | relevance | path

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

12

/php-src/ext/soap/tests/
H A Dfault_warning.phpt9 new SoapFault("", "message"); // Can't be an empty string
20 $fault = new SoapFault("Sender", "message");
22 $fault = new SoapFault(null, "message");
26 new SoapFault(["more"], "message"); // two elements in array required
37 $fault = new SoapFault(["more-ns", "Sender"], "message"); // two given
42 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
44 SoapFault
45 SoapFault
46 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
47 SoapFault::__construct(): Argument #1 ($code) is not a valid fault code
[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 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 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 Dfault001.phpt8 $fault = new SoapFault("code", "message");
H A Dbug80672.phpt10 } catch(SoapFault $e) {
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 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 Dbug71610.phpt14 } catch(SoapFault $e) {
/php-src/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-src/ext/soap/tests/bugs/
H A Dbug50698_2.phpt11 …ll: \"new SoapClient(__DIR__.'/bug50698_2.wsdl');\" should throw an exception of type 'SoapFault'";
12 } catch (SoapFault $e) {
16 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_2.wsdl');\" threw a SoapFault with an incorrect fa…
H A Dbug50698_3.phpt11 …ll: \"new SoapClient(__DIR__.'/bug50698_3.wsdl');\" should throw an exception of type 'SoapFault'";
12 } catch (SoapFault $e) {
16 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_3.wsdl');\" threw a SoapFault with an incorrect fa…
H A Dbug34657.phpt10 } catch (SoapFault $e) {
19 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.phpt13 } catch (SoapFault $e) {
H A Dbug36629.phpt8 throw new SoapFault("Server", "test1");
11 return new SoapFault("Server", "test2");
H A Dbug42151.phpt2 Bug #42151 (__destruct functions not called after catching a SoapFault exception)
/php-src/ext/zend_test/tests/
H A Dobserver_error_04.phpt27 } catch (SoapFault $e) {
42 <!-- Exception: SoapFault -->
44 <!-- Exception: SoapFault -->
46 <!-- Exception: SoapFault -->

Completed in 50 milliseconds

12