Lines Matching refs:output_headers
2284 zval* output_headers in do_soap_call() argument
2398 …ket_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers); in do_soap_call()
2442 …t_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, NULL, return_value, output_headers); in do_soap_call()
2520 zval *output_headers, in soap_client_call_common() argument
2561 …ion, arg_count, real_args, return_value, location, soap_action, uri, soap_headers, output_headers); in soap_client_call_common()
2602 zval *output_headers = NULL; in PHP_METHOD() local
2604 …rs(ZEND_NUM_ARGS(), "Sh|h!zz", &function, &args, &options, &headers, &output_headers) == FAILURE) { in PHP_METHOD()
2627 if (output_headers) { in PHP_METHOD()
2628 output_headers = zend_try_array_init(output_headers); in PHP_METHOD()
2629 if (output_headers == NULL) { in PHP_METHOD()
2662 output_headers, in PHP_METHOD()