1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00
Files
archived-php-src/ext/zip/tests
Remi Collet e9b96ae5da Add ZipArchive::clearError, getStreamIndex and getStreamName methods
public function clearError(): void {}
    public function getStreamIndex(int $index, int $flags = 0) {}
    public function getStreamName(string $name, int $flags = 0) {}

ZipArchive::getStream is kept for BC

See https://github.com/pierrejoye/php_zip/issues/20
2021-10-11 15:39:35 +02:00
..
2021-06-11 11:57:42 +02:00
2020-02-03 22:52:20 +01:00
2021-08-13 15:48:47 +02:00
2021-09-03 14:10:40 +02:00
2021-09-03 14:10:40 +02:00