File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/ringcentral/psr7/tests/InflateStreamTest.php
Back
<?php namespace RingCentral\Tests\Psr7; use RingCentral\Psr7; use RingCentral\Psr7\InflateStream; function php53_gzencode($data) { return gzdeflate($data); } class InflateStreamtest extends \PHPUnit_Framework_TestCase { public function testInflatesStreams() { $content = gzencode('test'); $a = Psr7\stream_for($content); $b = new InflateStream($a); $this->assertEquals('test', (string) $b); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings