Searched refs:detail (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/soap/interop/ |
| H A D | client_round2_interop.php | 269 if (!$wire) $wire= $result['fault']->detail; 380 $fault->faultstring."\n\n".$fault->detail, 748 # output more error detail
|
| /PHP_5_5/ext/soap/ |
| H A D | soap.c | 267 ZEND_ARG_INFO(0, detail) 840 /* {{{ proto object SoapFault::SoapFault ( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]]) 895 /* {{{ proto object SoapFault::SoapFault ( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]]) 3279 add_property_zval(obj, "detail", fault_detail); 3945 detail_name = "detail"; 3972 zval *detail = NULL; local 3976 if (zend_hash_find(prop, "detail", sizeof("detail"), (void**)&tmp) == SUCCESS && 3978 detail = *tmp; 3987 if (detail [all...] |
Completed in 22 milliseconds