Searched defs:soap_action (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/soap/ |
| H A D | soap.c | 2620 char* soap_action, 2754 if (soap_action == NULL) { 2759 smart_str_appends(&action, soap_action); 2837 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local 2866 soap_action = Z_STRVAL_PP(tmp); 2929 do_soap_call(this_ptr, function, function_len, arg_count, real_args, return_value, location, soap_action, uri, soap_headers, output_headers TSRMLS_CC); 2613 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 12 milliseconds