Searched refs:PHRASES (Results 1 – 1 of 1) sorted by relevance
18 private const PHRASES = [ define in GuzzleHttp\\Psr7\\Response110 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];