Searched refs:detail (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/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_4/ext/soap/ |
| H A D | soap.c | 267 ZEND_ARG_INFO(0, detail) 834 /* {{{ proto object SoapFault::SoapFault ( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]]) 889 /* {{{ proto object SoapFault::SoapFault ( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]]) 3268 add_property_zval(obj, "detail", fault_detail); 3934 detail_name = "detail"; 3961 zval *detail = NULL; local 3965 if (zend_hash_find(prop, "detail", sizeof("detail"), (void**)&tmp) == SUCCESS && 3967 detail = *tmp; 3976 if (detail [all...] |
Completed in 10 milliseconds