Searched refs:faultcode (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/soap/interop/ |
| H A D | client_round2_interop.php | 263 $success = $result['fault']->faultcode; 490 $soap_test->setResult(0,$fault->faultcode, 501 $soap_test->setResult(0,$fault->faultcode, 514 $res =$fault->faultcode; 576 $soap_test->setResult(0,$fault->faultcode, '', 592 $soap_test->setResult(0,$fault->faultcode, '', 603 $skipendpoint = $soap_test->result['fault']->faultcode=='HTTP'
|
| H A D | client_round2_params.php | 109 $res = $fault->faultcode;
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_packet_soap.c | 182 char *faultcode = NULL, *faultstring = NULL, *faultactor = NULL; local 187 tmp = get_node(fault->children, "faultcode"); 189 faultcode = (char*)tmp->children->content; 215 faultcode = (char*)tmp->children->content; 235 add_soap_fault(this_ptr, faultcode, faultstring, faultactor, details TSRMLS_CC);
|
| H A D | soap.c | 264 ZEND_ARG_INFO(0, faultcode) 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]]]]) 899 zval *faultcode, *faultstring, *file, *line, *trace; local 909 faultcode = zend_read_property(soap_fault_class_entry, this_ptr, "faultcode", sizeof("faultcode")-1, 1 TSRMLS_CC); 929 Z_STRVAL_P(faultcode), Z_STRVAL_P(faultstring), Z_STRVAL_P(file), Z_LVAL_P(line), 3246 add_property_string(obj, "faultcode", fault_code, 1); 3250 add_property_string(obj, "faultcode", fault_cod [all...] |
Completed in 12 milliseconds