Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/tests/bugs/
H A Dbug41477.phpt20 string(14) "output_headers"
/PHP-5.3/
H A Drun-tests.php1853 $output_headers = array();
1859 $output_headers[] = $k . ': ' . $org_headers[$k];
1869 ksort($output_headers);
1870 $output_headers = join("\n", $output_headers);
2013 $output = $output_headers . "\n--HEADERS--\n" . $output;
/PHP-5.3/ext/soap/
H A Dsoap.c383 ZEND_ARG_INFO(1, output_headers)
2806 zval* output_headers
2908 …his_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers TSRMLS_CC);
2953 …r, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers TSRMLS_CC);
3025 zval *output_headers = NULL; local
3036 &function, &function_len, &args, &options, &headers, &output_headers) == FAILURE) {
3109 if (output_headers) {
3110 array_init(output_headers);
3112 …ount, real_args, return_value, location, soap_action, uri, soap_headers, output_headers TSRMLS_CC);

Completed in 27 milliseconds