Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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
DLazyOpenStream.php40 return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode));
DCachingStream.php34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
Dfunctions.php180 return Utils::tryFopen($filename, $mode);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUtils.php290 $stream = self::tryFopen('php://temp', 'r+');
308 $stream = self::tryFopen('php://temp', 'w+');
334 return new Stream(self::tryFopen('php://temp', 'r+'), $options);
357 public static function tryFopen(string $filename, string $mode) function in GuzzleHttp\\Psr7\\Utils
DLazyOpenStream.php47 return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode));
DHttpFactory.php50 $resource = Utils::tryFopen($file, $mode);
DCachingStream.php39 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php74 return \GuzzleHttp\Psr7\Utils::tryFopen('php://output', 'w');
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php401 $options['sink'] = \GuzzleHttp\Psr7\Utils::tryFopen('php://temp', 'w+');
DStreamHandler.php154 $sink = $options['sink'] ?? Psr7\Utils::tryFopen('php://temp', 'r+');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md53 - Broken `Utils::tryFopen()` on PHP 8
DREADME.md521 ## `GuzzleHttp\Psr7\Utils::tryFopen`
523 `public static function tryFopen(string $filename, string $mode): resource`
569 | `try_fopen` | `Utils::tryFopen` |
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md554 ## `GuzzleHttp\Psr7\Utils::tryFopen`
556 `public static function tryFopen(string $filename, string $mode): resource`
613 | `try_fopen` | `Utils::tryFopen` |
DCHANGELOG.md189 - Broken `Utils::tryFopen()` on PHP 8