diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-05-20 12:05:20 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-05-20 14:22:11 +0200 |
commit | 86d58e9fff3740eeccba67c79d87c05aedced7ac (patch) | |
tree | 809017ee5568cc730d63c73928dfea681a0e5bed /ext/zip/php_zip.stub.php | |
parent | a582931f4255a0a022f06da613558482beeb5451 (diff) | |
download | php-git-86d58e9fff3740eeccba67c79d87c05aedced7ac.tar.gz |
Generate function entries for ext/zip
Closes GH-5601
Diffstat (limited to 'ext/zip/php_zip.stub.php')
-rw-r--r-- | ext/zip/php_zip.stub.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/zip/php_zip.stub.php b/ext/zip/php_zip.stub.php index 0cb0597ece..da8e37393f 100644 --- a/ext/zip/php_zip.stub.php +++ b/ext/zip/php_zip.stub.php @@ -1,5 +1,7 @@ <?php +/** @generate-function-entries */ + /** @return resource|int|false */ function zip_open(string $filename) {} |