Home
last modified time | relevance | path

Searched refs:serialize_function_call (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/soap/tests/bugs/
H A Dbug70388.phpt2 Bug #70388 (SOAP serialize_function_call() type confusion / RCE)
/PHP-8.4/ext/soap/
H A Dsoap.c63 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