Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2022-10-14 19:14:17 +0300
committerMichael Grunder <michael.grunder@gmail.com>2022-10-16 21:31:43 +0300
commit44d03ca00ac68cc475c5fbc4ac4b005ca7df0985 (patch)
treef4e2edd3623e9668f6b0f73a454625ac52c9259a /redis_cluster_legacy_arginfo.h
parent8d80ca5bcadd9ab8d6aab920a9f8acde011ae54e (diff)
INFO with multiple sections
See #2068
Diffstat (limited to 'redis_cluster_legacy_arginfo.h')
-rw-r--r--redis_cluster_legacy_arginfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis_cluster_legacy_arginfo.h b/redis_cluster_legacy_arginfo.h
index 6e392c72..6dbd0231 100644
--- a/redis_cluster_legacy_arginfo.h
+++ b/redis_cluster_legacy_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: ccb418a312ff22f03e2354de508ff8bd9e4d266e */
+ * Stub hash: d3d58cb90bf0884a4153cd01f3d0850b42fcd910 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster___construct, 0, 0, 1)
ZEND_ARG_INFO(0, name)
@@ -327,7 +327,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster_info, 0, 0, 1)
ZEND_ARG_INFO(0, key_or_address)
- ZEND_ARG_INFO(0, section)
+ ZEND_ARG_VARIADIC_INFO(0, sections)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster_keys, 0, 0, 1)