Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Dbug80833.phpt2 Bug #80833 (ZipArchive::getStream doesn't use setPassword)
28 // getStream method
32 $file_stream = $extract_zip->getStream("test.txt");
36 $file_stream = $extract_zip->getStream("test2.txt");
42 $file_stream = $extract_zip->getStream("test.txt");
H A Doo_stream.phpt2 getStream
16 $fp = $zip->getStream('foo');
H A Dbug49072.phpt14 $r = $o->getStream('file1'); // this file has a wrong crc
H A Dbug53579.phpt16 $fp = $zip->getStream('foo');
H A Dstream_meta_data.phpt16 $fp = $zip->getStream('foo');
/PHP-8.0/ext/zip/examples/
H A Dfopen.php23 $fp = $z->getStream('test');
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php174 public function getStream(string $name) {} function in ZipArchive
H A Dphp_zip_arginfo.h332 ZEND_METHOD(ZipArchive, getStream);
421 ZEND_ME(ZipArchive, getStream, arginfo_class_ZipArchive_getStream, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2878 PHP_METHOD(ZipArchive, getStream) argument
/PHP-8.0/
H A DNEWS652 . Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)

Completed in 21 milliseconds