Searched refs:serialize_function_call (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/soap/tests/bugs/ |
H A D | bug70388.phpt | 2 Bug #70388 (SOAP serialize_function_call() type confusion / RCE)
|
/PHP-8.4/ext/soap/ |
H A D | soap.c | 63 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, const char *funct… 2386 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve… in do_soap_call() 2389 …request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_v… in do_soap_call() 2423 …request = serialize_function_call(this_ptr, NULL, ZSTR_VAL(function), ZSTR_VAL(call_uri), real_arg… in do_soap_call() 3878 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, const char *funct… in serialize_function_call() function
|
Completed in 15 milliseconds