Searched refs:fault_code (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | soap.c | 562 fault_code = ZSTR_VAL(code_str); in PHP_METHOD() 569 fault_code = Z_STRVAL_P(t_code); in PHP_METHOD() 2784 if (fault_code != NULL) { 2788 ZVAL_STRING(Z_FAULT_CODE_P(obj), fault_code); 2792 ZVAL_STRING(Z_FAULT_CODE_P(obj), fault_code); 2793 if (strcmp(fault_code,"Client") == 0 || 2794 strcmp(fault_code,"Server") == 0 || 2800 if (strcmp(fault_code,"Client") == 0) { 2803 } else if (strcmp(fault_code,"Server") == 0) { 2809 ZVAL_STRING(Z_FAULT_CODE_P(obj), fault_code); [all …]
|
H A D | php_soap.h | 198 void add_soap_fault(zval *obj, char *fault_code, char *fault_string, char *fault_actor, zval *fault…
|
Completed in 17 milliseconds