Searched refs:tryFopen (Results 1 – 15 of 15) sorted by relevance
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | Utils.php | 306 $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
|
| D | LazyOpenStream.php | 40 return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode));
|
| D | CachingStream.php | 34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
|
| D | functions.php | 180 return Utils::tryFopen($filename, $mode);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | Utils.php | 290 $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
|
| D | LazyOpenStream.php | 47 return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode));
|
| D | HttpFactory.php | 50 $resource = Utils::tryFopen($file, $mode);
|
| D | CachingStream.php | 39 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | Utils.php | 74 return \GuzzleHttp\Psr7\Utils::tryFopen('php://output', 'w');
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | CurlFactory.php | 401 $options['sink'] = \GuzzleHttp\Psr7\Utils::tryFopen('php://temp', 'w+');
|
| D | StreamHandler.php | 154 $sink = $options['sink'] ?? Psr7\Utils::tryFopen('php://temp', 'r+');
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 53 - Broken `Utils::tryFopen()` on PHP 8
|
| D | README.md | 521 ## `GuzzleHttp\Psr7\Utils::tryFopen` 523 `public static function tryFopen(string $filename, string $mode): resource` 569 | `try_fopen` | `Utils::tryFopen` |
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | README.md | 554 ## `GuzzleHttp\Psr7\Utils::tryFopen` 556 `public static function tryFopen(string $filename, string $mode): resource` 613 | `try_fopen` | `Utils::tryFopen` |
|
| D | CHANGELOG.md | 189 - Broken `Utils::tryFopen()` on PHP 8
|