Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php306 $stream = self::tryFopen('php://temp', 'r+');
322 $stream = self::tryFopen('php://temp', 'w+');
345 return new Stream(self::tryFopen('php://temp', 'r+'), $options);
368 public static function tryFopen($filename, $mode) function in GuzzleHttp\\Psr7\\Utils
H A DLazyOpenStream.php40 return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode));
H A DCachingStream.php34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
H A Dfunctions.php180 return Utils::tryFopen($filename, $mode);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md53 - Broken `Utils::tryFopen()` on PHP 8
H A DREADME.md521 ## `GuzzleHttp\Psr7\Utils::tryFopen`
523 `public static function tryFopen(string $filename, string $mode): resource`
569 | `try_fopen` | `Utils::tryFopen` |