Home
last modified time | relevance | path

Searched refs:getStream (Results 1 – 10 of 10) sorted by relevance

/PHP-8.2/ext/zip/tests/
H A Doo_stream_seek.phpt2 getStream and seek
17 echo "+ ZipArchive::getStream\n";
18 $fp = $zip->getStream('bar');
31 echo "+ ZipArchive::getStream no supported\n";
32 $fp = $zip->getStream('entry1.txt');
58 + ZipArchive::getStream
66 + ZipArchive::getStream no supported
H A Dbug80833.phpt2 Bug #80833 (ZipArchive::getStream doesn't use setPassword)
29 // getStream method
33 $file_stream = $extract_zip->getStream("test.txt");
37 $file_stream = $extract_zip->getStream("test2.txt");
43 $file_stream = $extract_zip->getStream("test.txt");
H A Doo_stream.phpt2 getStream
14 $fp = $zip->getStream('foo');
H A Dbug49072.phpt12 $r = $o->getStream('file1'); // this file has a wrong crc
H A Dbug53579.phpt14 $fp = $zip->getStream('foo');
H A Dstream_meta_data.phpt14 $fp = $zip->getStream('foo');
/PHP-8.2/ext/zip/examples/
H A Dfopen.php23 $fp = $z->getStream('test');
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php791 public function getStream(string $name) {}
H A Dphp_zip_arginfo.h361 ZEND_METHOD(ZipArchive, getStream);
453 ZEND_ME(ZipArchive, getStream, arginfo_class_ZipArchive_getStream, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2960 PHP_METHOD(ZipArchive, getStream) argument

Completed in 23 milliseconds