Searched refs:serialize_function_call (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/soap/tests/ |
H A D | bug70388.phpt | 2 Bug #70388 (SOAP serialize_function_call() type confusion / RCE)
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 62 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_na… 2267 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve… 2270 …request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_v… 2304 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v… 3725 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_na… function
|
Completed in 15 milliseconds