Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/soap/tests/bugs/
H A Dbug34643.phpt28 $response = ob_get_contents();
30 return $response;
H A Dbug38067.phpt25 $response = ob_get_contents();
27 return $response;
H A Dbug36999.phpt27 $response = ob_get_contents();
29 return $response;
H A Dbug38004.phpt25 $response = ob_get_contents();
27 return $response;
H A Dbug50762.phpt28 $response = ob_get_contents();
30 return $response;
H A Dbug30928.phpt30 $response = ob_get_contents();
32 return $response;
H A Dbug31695.phpt24 $response = ob_get_contents();
26 return $response;
H A Dbug38005.phpt23 $response = ob_get_contents();
25 return $response;
H A Dbug30106.phpt26 $response = ob_get_contents();
28 echo $response;
29 return $response;
/PHP-7.3/ext/soap/tests/
H A Dclassmap003.phpt39 $response = ob_get_contents();
41 return $response;
H A Dclassmap004.phpt47 $response = ob_get_contents();
49 return $response;
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug42736.phpt25 $response = xmlrpc_server_call_method($xml, $Myrequest, null);
27 var_dump($response);
/PHP-7.3/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt29 if (false === $response = curl_exec($ch)) {
32 echo $response;
/PHP-7.3/ext/openssl/tests/
H A Dstreams_crypto_method.phpt26 $response = "HTTP/1.0 200 OK\r\n"
32 fwrite($client, $response);
/PHP-7.3/sapi/cli/tests/
H A Dbug67429.phpt2 FR #67429 (CLI server is missing some new HTTP response codes)
11 // This creates a new server for each response code
/PHP-7.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_012.phpt2 Location: headers do not override the 307 Temporary Redirect response code
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

Completed in 49 milliseconds

1234567