Lines Matching refs:result

57             ->when($result = $wrapper->stream_cast(STREAM_CAST_FOR_SELECT))
59 ->boolean($result)
67 ->when($result = $wrapper->stream_cast(STREAM_CAST_AS_STREAM))
69 ->boolean($result)
80 ->when($result = $wrapper->stream_close())
82 ->variable($result)
98 ->when($result = $wrapper->stream_eof())
100 ->boolean($result)
111 ->when($result = $wrapper->stream_eof())
113 ->boolean($result)
124 ->when($result = $wrapper->stream_flush())
126 ->boolean($result)
147 ->when($result = $wrapper->stream_lock($operation))
149 ->boolean($result)
191 ->when($result = $wrapper->stream_metadata($path, STREAM_META_TOUCH, $arguments))
193 ->boolean($result)
232 ->when($result = $wrapper->stream_metadata('foo', $owner, $user))
234 ->boolean($result)
266 ->when($result = $wrapper->stream_metadata('foo', $grp, $group))
268 ->boolean($result)
300 ->when($result = $wrapper->stream_metadata('foo', STREAM_META_ACCESS, $mode))
302 ->boolean($result)
318 ->when($result = $wrapper->stream_metadata('foo', $option, $mode))
320 ->boolean($result)
340 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath))
342 ->boolean($result)
366 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath))
368 ->boolean($result)
390 ->when($result = $wrapper->stream_open($path, $mode, $options, $openedPath))
392 ->boolean($result)
418 ->when($result = $wrapper->stream_read($count))
420 ->string($result)
444 ->when($result = $wrapper->stream_seek($offset, $whence))
446 ->boolean($result)
494 ->when($result = $wrapper->stream_stat())
496 ->array($result)
515 ->when($result = $wrapper->stream_tell())
517 ->integer($result)
538 ->when($result = $wrapper->stream_truncate($size))
540 ->boolean($result)
568 ->when($result = $wrapper->stream_write($data))
570 ->integer($result)
589 ->when($result = $wrapper->dir_closedir())
591 ->variable($result)
612 ->when($result = $wrapper->dir_opendir($path, $options))
614 ->boolean($result)
637 ->when($result = $wrapper->dir_opendir($path, $options))
639 ->boolean($result)
661 ->when($result = $wrapper->dir_readdir())
663 ->string($result)
681 ->when($result = $wrapper->dir_readdir())
683 ->string($result)
688 ->when($result = $wrapper->dir_readdir())
690 ->string($result)
693 ->when($result = $wrapper->dir_readdir())
695 ->boolean($result)
712 ->when($result = $wrapper->dir_rewinddir())
714 ->variable($result)
717 ->when($result = $wrapper->dir_readdir())
719 ->string($result)
742 ->when($result = $wrapper->mkdir($path, $mode, $options))
744 ->boolean($result)
769 ->when($result = $wrapper->rename($from, $to))
771 ->boolean($result)
791 ->when($result = $wrapper->rmdir('hoa://Test/Vfs/Bar?type=directory', 0))
793 ->boolean($result)
804 ->when($result = $wrapper->rmdir('hoa://Test/Vfs/Foo?type=file', 0))
806 ->boolean($result)
817 ->when($result = $wrapper->unlink('hoa://Test/Vfs/Foo?type=file'))
819 ->boolean($result)
830 ->when($result = $wrapper->unlink('hoa://Test/Vfs/Bar?type=directory'))
832 ->boolean($result)
849 ->when($result = $wrapper->url_stat($path, 0))
868 ->array($result)