Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug41477.phpt20 string(14) "output_headers"
/PHP-5.5/
H A Drun-tests.php1885 $output_headers = array();
1891 $output_headers[] = $k . ': ' . $org_headers[$k];
1901 ksort($output_headers);
1902 $output_headers = join("\n", $output_headers);
2045 $output = $output_headers . "\n--HEADERS--\n" . $output;
/PHP-5.5/ext/soap/
H A Dsoap.c338 ZEND_ARG_INFO(1, output_headers)
2633 zval* output_headers
2736 …his_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers TSRMLS_CC);
2781 …r, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers TSRMLS_CC);
2862 zval *output_headers = NULL; local
2873 &function, &function_len, &args, &options, &headers, &output_headers) == FAILURE) {
2948 if (output_headers) {
2949 array_init(output_headers);
2951 …ount, real_args, return_value, location, soap_action, uri, soap_headers, output_headers TSRMLS_CC);

Completed in 21 milliseconds