Home
last modified time | relevance | path

Searched refs:response (Results 51 – 75 of 167) sorted by relevance

1234567

/PHP-7.3/ext/standard/tests/general_functions/
H A Dheader_redirection_013.phpt2 Location: headers do not override the 308 Permanent Redirect response code
H A Dheader_redirection_014.phpt2 Location: headers do not override the 399 Choose Your Own Adventure response code
/PHP-7.3/ext/soap/
H A Dphp_http.h29 zval *response);
/PHP-7.3/sapi/fpm/tests/
H A Dfcgi.inc104 * 'response' => null | string
456 * Execute a request to the FastCGI application and return response body
550 'response' => null,
559 * Blocking call that waits for response data of the specific request
563 * @return array response data
578 return $this->_requests[$requestId]['response'];
589 // but still not get the response requested
602 $this->_requests[$resp['requestId']]['response'] .= $resp['content'];
655 * Blocking call that waits for response to specific request
659 * @return string The response content.
[all …]
H A Dresponse.inc52 'response' => $data,
131 * Debug response output
152 * Check if the response is valid and if not emit error message
163 $this->error("The response is invalid: $this->rawData");
H A Dbug68420-ipv4-all-addresses.phpt18 ping.response = pong
H A Dsocket-uds-basic.phpt16 ping.response = pong
H A Dbug68458-pm-no-start-server.phpt19 ping.response = pong
H A Dproc-no-start-server.phpt18 ping.response = pong
H A Dstatus.inc42 * @param Response $response
47 public function checkStatus(Response $response, array $fields, string $type)
53 $body = $response->getBody($this->contentTypes[$type]);
H A Dproc-user-ignored.phpt19 ping.response = pong
H A Dbug68421-ipv6-access-log.phpt20 ping.response = pong
/PHP-7.3/ext/soap/tests/bugs/
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;
H A Dmultiport.phpt11 $response = $client->GetSessionId(array('userId'=>'user', 'password'=>'password'));
H A Dbug39815.phpt28 $response = ob_get_contents();
30 return $response;
/PHP-7.3/ext/openssl/tests/
H A Dbug65538_001.phpt29 $response = "HTTP/1.0 200 OK\r\n"
35 fwrite($client, $response);
H A Dbug65538_003.phpt34 $response = "HTTP/1.0 200 OK\r\n"
40 fwrite($client, $response);
/PHP-7.3/ext/soap/tests/
H A Dany.phpt41 $response = ob_get_contents();
43 return $response;
H A Dbug47021.phpt63 $response = parent::__doRequest($request, $location, $action, $version, $one_way);
65 var_dump(strlen($response));
67 return $response;
/PHP-7.3/ext/standard/tests/http/
H A Dbug75981.phpt2 Bug #75981 (stack-buffer-overflow while parsing HTTP response)
H A Dbug75535.phpt2 Bug #75535: Inappropriately parsing HTTP response leads to PHP segment fault
/PHP-7.3/ext/xmlwriter/tests/
H A Dbug71536.phpt16 $xml->startElement('response');
/PHP-7.3/sapi/cli/tests/
H A Dbug61679.phpt34 // Only echo the first line from the response,

Completed in 54 milliseconds

1234567