示例#1
0
 public function testStringStream()
 {
     $stream = Reply::stringstream('hello world');
     $this->assertEquals('hello world', stream_get_contents($stream));
 }