Lines Matching refs:when

57             ->when($result = $wrapper->stream_cast(STREAM_CAST_FOR_SELECT))
67 ->when($result = $wrapper->stream_cast(STREAM_CAST_AS_STREAM))
80 ->when($result = $wrapper->stream_close())
98 ->when($result = $wrapper->stream_eof())
111 ->when($result = $wrapper->stream_eof())
124 ->when($result = $wrapper->stream_flush())
147 ->when($result = $wrapper->stream_lock($operation))
191 ->when($result = $wrapper->stream_metadata($path, STREAM_META_TOUCH, $arguments))
232 ->when($result = $wrapper->stream_metadata('foo', $owner, $user))
266 ->when($result = $wrapper->stream_metadata('foo', $grp, $group))
300 ->when($result = $wrapper->stream_metadata('foo', STREAM_META_ACCESS, $mode))
318 ->when($result = $wrapper->stream_metadata('foo', $option, $mode))
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))
418 ->when($result = $wrapper->stream_read($count))
444 ->when($result = $wrapper->stream_seek($offset, $whence))
494 ->when($result = $wrapper->stream_stat())
515 ->when($result = $wrapper->stream_tell())
538 ->when($result = $wrapper->stream_truncate($size))
568 ->when($result = $wrapper->stream_write($data))
589 ->when($result = $wrapper->dir_closedir())
612 ->when($result = $wrapper->dir_opendir($path, $options))
637 ->when($result = $wrapper->dir_opendir($path, $options))
661 ->when($result = $wrapper->dir_readdir())
681 ->when($result = $wrapper->dir_readdir())
688 ->when($result = $wrapper->dir_readdir())
693 ->when($result = $wrapper->dir_readdir())
712 ->when($result = $wrapper->dir_rewinddir())
717 ->when($result = $wrapper->dir_readdir())
742 ->when($result = $wrapper->mkdir($path, $mode, $options))
769 ->when($result = $wrapper->rename($from, $to))
791 ->when($result = $wrapper->rmdir('hoa://Test/Vfs/Bar?type=directory', 0))
804 ->when($result = $wrapper->rmdir('hoa://Test/Vfs/Foo?type=file', 0))
817 ->when($result = $wrapper->unlink('hoa://Test/Vfs/Foo?type=file'))
830 ->when($result = $wrapper->unlink('hoa://Test/Vfs/Bar?type=directory'))
849 ->when($result = $wrapper->url_stat($path, 0))
883 ->when(function () use ($wrapper, $path) {