<?php ftell(resource $stream): int|false
<?php $this->factory->sink($resource)->get('https://example.com'); $this->assertSame(0, ftell($resource)); $this->assertSame('abc123', stream_get_contents($resource)); }