1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

Fix default value

This commit is contained in:
Christoph M. Becker
2019-09-29 18:22:36 +02:00
parent 3c16606d46
commit ecb1e312a0

View File

@@ -79,7 +79,7 @@ class ZipArchive
public function addFromString(string $name, string $content) {}
/** @return bool */
public function addFile(string $filepath, string $entryname = UNBEKANNT, int $start = 0, int $length = 0) {}
public function addFile(string $filepath, string $entryname = UNKNOWN, int $start = 0, int $length = 0) {}
/** @return array|false */
public function addGlob(string $pattern, int $flags = 0, $options = UNKNOWN) {}