Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/soap/tests/bugs/
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;
H A Dbug29839.phpt25 $response = ob_get_contents();
27 return $response;
H A Dbug32776.phpt28 $response = ob_get_contents();
30 return $response;
H A Dbug34453.phpt25 $response = ob_get_contents();
27 return $response;
/PHP-5.4/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-5.4/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt27 if (false === $response = curl_exec($ch)) {
30 echo $response;
/PHP-5.4/ext/standard/tests/general_functions/
H A Dheader_redirection_003.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_004.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-5.4/ext/soap/
H A Dphp_http.h31 char **response,

Completed in 44 milliseconds

123456