Searched refs:WRITABLE_MODES (Results 1 – 2 of 2) sorted by relevance
23 const WRITABLE_MODES = '/a|w|r\+|rb\+|rw|x|c/'; define in GuzzleHttp\\Psr7\\Stream65 $this->writable = (bool)preg_match(self::WRITABLE_MODES, $meta['mode']);
19 private const WRITABLE_MODES = '/a|w|r\+|rb\+|rw|x|c/'; define in GuzzleHttp\\Psr7\\Stream65 $this->writable = (bool) preg_match(self::WRITABLE_MODES, $meta['mode']);