Searched refs:stream_open (Results 1 – 6 of 6) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/ |
H A D | Stream.php | 151 public function stream_open($path, $mode, $options, &$openedPath); function
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | GuzzleStreamWrapper.php | 54 public function stream_open($path, $mode, $options, &$opened_path) function in GuzzleHttp\\Stream\\GuzzleStreamWrapper
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | StreamWrapper.php | 72 public function stream_open($path, $mode, $options, &$opened_path) function in GuzzleHttp\\Psr7\\StreamWrapper
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
H A D | Wrapper.php | 340 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath)) 366 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath)) 390 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath)) 565 … $wrapper->stream_open('hoa://Test/Vfs/Foo?type=file', 'wb+', STREAM_USE_PATH, $openedPath), 893 $wrapper->stream_open('hoa://Test/Vfs/Foo?type=file', 'wb+', STREAM_USE_PATH, $openedPath);
|
/plugin/findologicxmlexport/vendor/hoa/protocol/ |
H A D | Wrapper.php | 249 public function stream_open($path, $mode, $options, &$openedPath) function in Hoa\\Protocol\\Wrapper
|
/plugin/findologicxmlexport/vendor/hoa/stream/ |
H A D | README.md | 384 * `stream_open`, 511 being opened with the `stream_open` method (from the
|