Home
last modified time | relevance | path

Searched refs:response (Results 1 – 6 of 6) sorted by relevance

/web-php/manual/
H A Dvote-note.php19 $response = []; variable
23 $response["success"] = false;
24 $response["msg"] = "Invalid request.";
34 $response["success"] = false;
40 $response["success"] = true;
41 $response["update"] = (int)$r->votes;
43 $response["success"] = false;
44 $response["msg"] = $r->message;
46 $response["success"] = false;
47 $response["msg"] = "The server did not respond properly. Please try again later...";
[all …]
/web-php/releases/8.1/
H A Drelease.inc467 ->then(function (Response $response) {
468 return $response->getBody()->buffer();
484 $response = $httpClient->request('https://example.com/');
485 print json_decode($response->getBody()->buffer())['code'];
/web-php/include/
H A Derrors.inc357 'http-response-header' => 'reserved.variables.httpresponseheader.php',
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt210 . Changed http_response_code() to be able to set a response code. (Kalle)
2530 "Transfer-Encoding: chunked" header is present in response. It's possible to
3191 response code, in cgi sapi). (Ilia)
3526 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)
4383 - Fixed bug #39984 (redirect response code in header() could be ignored
5280 - Fixed bug #36400 (Custom 5xx error does not return correct HTTP response error
6161 response message). (Jani)
6347 "HTTP/1.1 100 Continue" response). (Dmitry)
H A DNEWS_5_4_0_beta1.txt116 . Changed http_response_code() to be able to set a response code. (Kalle)
2434 "Transfer-Encoding: chunked" header is present in response. It's possible to
3095 response code, in cgi sapi). (Ilia)
3430 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)
4287 - Fixed bug #39984 (redirect response code in header() could be ignored
5184 - Fixed bug #36400 (Custom 5xx error does not return correct HTTP response error
6065 response message). (Jani)
6251 "HTTP/1.1 100 Continue" response). (Dmitry)
H A DNEWS_5_4_0_beta2.txt167 . Changed http_response_code() to be able to set a response code. (Kalle)

Completed in 43 milliseconds