Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DResponse.php18 private const PHRASES = [ define in GuzzleHttp\\Psr7\\Response
110 if ($reason == '' && isset(self::PHRASES[$this->statusCode])) {
111 $this->reasonPhrase = self::PHRASES[$this->statusCode];
137 if ($reasonPhrase == '' && isset(self::PHRASES[$new->statusCode])) {
138 $reasonPhrase = self::PHRASES[$new->statusCode];