Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dsoap.c2164 zval* output_headers argument
2272 …ket_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers);
2316 …ap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers);
2392 zval *output_headers = NULL; local
2403 &function, &function_len, &args, &options, &headers, &output_headers) == FAILURE) {
2479 if (output_headers) {
2480 output_headers = zend_try_array_init(output_headers);
2481 if (!output_headers) {
2486 …len, arg_count, real_args, return_value, location, soap_action, uri, soap_headers, output_headers);

Completed in 17 milliseconds