Home
last modified time | relevance | path

Searched refs:response (Results 26 – 50 of 180) sorted by relevance

12345678

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug38067.phpt27 $response = ob_get_contents();
29 return $response;
H A Dbug38004.phpt27 $response = ob_get_contents();
29 return $response;
H A Dbug50762.phpt29 $response = ob_get_contents();
31 return $response;
H A Dbug30928.phpt31 $response = ob_get_contents();
33 return $response;
H A Dbug31695.phpt26 $response = ob_get_contents();
28 return $response;
H A Dbug38005.phpt25 $response = ob_get_contents();
27 return $response;
H A Dbug30106.phpt28 $response = ob_get_contents();
30 echo $response;
31 return $response;
/PHP-8.3/sapi/cli/tests/
H A Dphp_cli_server_021.phpt18 …c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonce="0a4f113b", response="6629fae49393a053…
37 …c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonce="0a4f113b", response="6629fae49393a053…
/PHP-8.3/ext/soap/tests/
H A Dclassmap003.phpt40 $response = ob_get_contents();
42 return $response;
H A Dclassmap004.phpt48 $response = ob_get_contents();
50 return $response;
/PHP-8.3/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt29 if (false === $response = curl_exec($ch)) {
32 echo $response;
H A Dcurl_pushfunction.phpt61 [0] => main response
62 [1] => pushed response
/PHP-8.3/ext/openssl/tests/
H A Dstreams_crypto_method.phpt29 $response = "HTTP/1.0 200 OK\r\n"
35 fwrite($client, $response);
/PHP-8.3/ext/standard/tests/general_functions/
H A Dheader_redirection_003.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_005.phpt2 Location: headers do not override the 201 response code
H A Dheader_redirection_008.phpt2 Location: headers do not override the 302 Found response code
H A Dheader_redirection_002.phpt2 Location: headers override non-201 and 3xx response codes
H A Dheader_redirection_006.phpt2 Location: headers do not override the 300 Multiple Choices response code
H A Dheader_redirection_007.phpt2 Location: headers do not override the 301 Moved Permanently response code
H A Dheader_redirection_009.phpt2 Location: headers do not override the 303 See Other response code
H A Dheader_redirection_010.phpt2 Location: headers do not override the 304 Not Modified response code
H A Dheader_redirection_011.phpt2 Location: headers do not override the 305 Use Proxy response code
H A Dheader_redirection_012.phpt2 Location: headers do not override the 307 Temporary Redirect response code
H A Dheader_redirection_013.phpt2 Location: headers do not override the 308 Permanent Redirect response code
/PHP-8.3/ext/soap/
H A Dphp_http.h27 zval *response);

Completed in 75 milliseconds

12345678