Lines Matching defs:Stream
2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
5 use GuzzleHttp\Stream\LimitStream;
6 use GuzzleHttp\Stream\PumpStream;
7 use GuzzleHttp\Stream\Stream;
26 $p = Stream::factory(function ($size) {
38 $p = Stream::factory(function ($size) use (&$called) {
51 $p = Stream::factory(function () { return 'a'; });
58 $p = Stream::factory(function () {});
74 $p = Stream::factory(function () {});