Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php40 private $psr7Compatible; variable in SimplePie\\HTTP\\Parser
130 …* @param Psr7Compatible $psr7Compatible Whether the data types are in format compatible with PSR-7.
132 public function __construct(string $data, bool $psr7Compatible = false) argument
136 $this->psr7Compatible = $psr7Compatible;
239 if ($this->psr7Compatible) {
254 if ($this->psr7Compatible) {