Home
last modified time | relevance | path

Searched refs:faultstring (Results 76 – 83 of 83) sorted by relevance

1234

/PHP-5.3/ext/soap/tests/bugs/
H A Dbug34657.phpt21 echo $e->faultstring."\n";
/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_007w.phpt44 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults2'.<…
H A Dr4_groupH_complex_rpcenc_008w.phpt44 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults2'.<…
H A Dr4_groupH_complex_rpcenc_009w.phpt44 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults2'.<…
H A Dr4_groupH_complex_rpcenc_010w.phpt44 …lt><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleFaults2'.<…
/PHP-5.3/ext/soap/tests/
H A Dtypemap011.phpt44 $ret = "SoapFault = " . $e->faultcode . " - " . $e->faultstring;
/PHP-5.3/ext/soap/
H A Dsoap.c311 ZEND_ARG_INFO(0, faultstring)
1011 zval *faultcode, *faultstring, *file, *line, *trace; in PHP_METHOD() local
1022faultstring = zend_read_property(soap_fault_class_entry, this_ptr, "faultstring", sizeof("faultstr… in PHP_METHOD()
1041 Z_STRVAL_P(faultcode), Z_STRVAL_P(faultstring), Z_STRVAL_P(file), Z_LVAL_P(line), in PHP_METHOD()
/PHP-5.3/
H A DNEWS2050 - Fixed bug #51273 (Faultstring property does not exist when the faultstring is
5402 - Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules).

Completed in 47 milliseconds

1234