Searched defs:soap_action (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/soap/ |
| H A D | soap.c | 2609 char* soap_action, 2743 if (soap_action == NULL) { 2748 smart_str_appends(&action, soap_action); 2826 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local 2855 soap_action = Z_STRVAL_PP(tmp); 2918 do_soap_call(this_ptr, function, function_len, arg_count, real_args, return_value, location, soap_action, uri, soap_headers, output_headers TSRMLS_CC); 2602 do_soap_call(zval* this_ptr, char* function, int function_len, int arg_count, zval** real_args, zval* return_value, char* location, char* soap_action, char* call_uri, HashTable* soap_headers, zval* output_headers TSRMLS_DC) argument
|
Completed in 14 milliseconds