Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/tests/
H A Dbug70388.phpt2 Bug #70388 (SOAP serialize_function_call() type confusion / RCE)
/PHP-8.3/ext/soap/
H A Dsoap.c62 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_na…
2260 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2263 …request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_v…
2297 …request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_v…
3718 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_na… function

Completed in 28 milliseconds