Searched refs:output_headers (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/soap/ |
H A D | soap.c | 2210 zval* output_headers argument 2318 …ket_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers); 2362 …ap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers); 2438 zval *output_headers = NULL; local 2449 &function, &function_len, &args, &options, &headers, &output_headers) == FAILURE) { 2525 if (output_headers) { 2526 output_headers = zend_try_array_init(output_headers); 2527 if (!output_headers) { 2532 …len, arg_count, real_args, return_value, location, soap_action, uri, soap_headers, output_headers);
|
Completed in 13 milliseconds