Home
last modified time | relevance | path

Searched refs:faultstring (Results 1 – 25 of 84) sorted by relevance

1234

/PHP-8.2/ext/soap/tests/bugs/
H A Dbug36629.phpt50 …:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>test1</faultstring></SOAP…
52 …:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>test2</faultstring></SOAP…
H A Dbug39832.phpt29 …<faultcode>SOAP-ENV:Server</faultcode><faultstring>SOAP-ERROR: Encoding: Violation of encoding rul…
H A Dbug42214.phpt24 …y><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Internal Error</faultstring><…
H A Dbug38005.phpt2 Bug #38005 (SoapFault faultstring doesn't follow encoding rules)
39 echo($res->faultstring."\n");
H A Dbug42488.phpt22 …SOAP-ENV:Server</faultcode><faultstring>SOAP-ERROR: Encoding: string 'stuff\x93...' is not a valid…
H A Dbug32941.phpt18 <faultstring>service.EchoServiceException</faultstring>
H A Dbug31422.phpt41 …t><faultcode>SOAP-ENV:Server</faultcode><faultstring>fopen() expects at least 2 arguments, 0 given…
/PHP-8.2/ext/soap/tests/
H A Dserver012.phpt20 …:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>WSDL generation is not supported yet</fa…
H A Dserver016.phpt34 …ENV:Body><SOAP-ENV:Fault><faultcode>MyFault</faultcode><faultstring>My fault string</faultstring><…
H A Dserver017.phpt33 …ENV:Body><SOAP-ENV:Fault><faultcode>MyFault</faultcode><faultstring>My fault string</faultstring><…
H A Dserver018.phpt33 …ENV:Body><SOAP-ENV:Fault><faultcode>MyFault</faultcode><faultstring>My fault string</faultstring><…
H A Dserver014.phpt37 …<faultcode>SOAP-ENV:Server</faultcode><faultstring>Call to undefined function undefined_function_x…
H A Dserver022.phpt40 …ENV:Body><SOAP-ENV:Fault><faultcode>MyFault</faultcode><faultstring>My fault string</faultstring><…
/PHP-8.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_001w.phpt20 …Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoEmptyFault'.</f…
H A Dr4_groupH_simple_doclit_002w.phpt20 …ault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoStringFault'.</f…
H A Dr4_groupH_simple_doclit_015w.phpt22 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults4'.<…
H A Dr4_groupH_simple_doclit_016w.phpt22 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults4'.<…
H A Dr4_groupH_simple_doclit_017w.phpt22 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults4'.<…
H A Dr4_groupH_simple_doclit_003w.phpt20 …ult><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoIntArrayFault'.</
H A Dr4_groupH_simple_doclit_012w.phpt22 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults3'.<…
H A Dr4_groupH_simple_doclit_013w.phpt22 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults3'.<…
H A Dr4_groupH_simple_doclit_014w.phpt22 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults3'.<…
H A Dr4_groupH_simple_doclit_004w.phpt23 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults1'.<…
H A Dr4_groupH_simple_doclit_005w.phpt23 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults1'.<…
/PHP-8.2/ext/soap/
H A Dphp_packet_soap.c180 zend_string *faultstring = NULL, *faultactor = NULL; in parse_packet_soap() local
195 faultstring = Z_STR(zv); in parse_packet_soap()
225 faultstring = Z_STR(zv); in parse_packet_soap()
234 …add_soap_fault(this_ptr, faultcode, faultstring ? ZSTR_VAL(faultstring) : NULL, faultactor ? ZSTR_… in parse_packet_soap()
235 if (faultstring) { in parse_packet_soap()
236 zend_string_release_ex(faultstring, 0); in parse_packet_soap()

Completed in 42 milliseconds

1234