Searched refs:output_headers (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ |
| H A D | run-tests.php | 1860 $output_headers = array(); variable 1866 $output_headers[] = $k . ': ' . $org_headers[$k]; 1876 ksort($output_headers); 1877 $output_headers = join("\n", $output_headers); variable 2020 $output = $output_headers . "\n--HEADERS--\n" . $output;
|
| /PHP_5_5/ext/soap/ |
| H A D | soap.c | 337 ZEND_ARG_INFO(1, output_headers) 2623 zval* output_headers 2725 ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers TSRMLS_CC); 2770 ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers TSRMLS_CC); 2833 /* {{{ proto mixed SoapClient::__call ( string function_name, array arguments [, array options [, array input_headers [, array output_headers]]]) 2842 zval *output_headers = NULL; local 2853 &function, &function_len, &args, &options, &headers, &output_headers) == FAILURE) { 2926 if (output_headers) { 2927 array_init(output_headers); 2929 do_soap_call(this_ptr, function, function_len, arg_count, real_args, return_value, location, soap_action, uri, soap_headers, output_headers TSRMLS_C [all...] |
Completed in 12 milliseconds