summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:28:27 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:28:27 +0200
commit36fd95b52461d63f7eb5cdbea8f9a8f58cb8d0be (patch)
treece8f0c885ae3732e0e189c48d181a46b7d9c0894 /ext/zip
parentde912821e0c2e154a4fca0479755c9e089b130b8 (diff)
downloadphp-git-36fd95b52461d63f7eb5cdbea8f9a8f58cb8d0be.tar.gz
Generate arginfos
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/php_zip_arginfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/php_zip_arginfo.h b/ext/zip/php_zip_arginfo.h
index e657511969..6274f6afef 100644
--- a/ext/zip/php_zip_arginfo.h
+++ b/ext/zip/php_zip_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: d6e87c137cf1b372619b3890d04285d94d486c82 */
+ * Stub hash: 58d4035ad8d21582e93091d5c14f78640c1a17c3 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_zip_open, 0, 0, 1)
ZEND_ARG_TYPE_INFO(0, filename, IS_STRING, 0)
@@ -16,7 +16,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zip_entry_open, 0, 2, _IS_BOOL, 0)
ZEND_ARG_INFO(0, zip_dp)
ZEND_ARG_INFO(0, zip_entry)
- ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_STRING, 0, "\'rb\'")
+ ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_STRING, 0, "\"rb\"")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zip_entry_close, 0, 1, _IS_BOOL, 0)