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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-10-30 20:49:05 +0300
committerMichael Grunder <michael.grunder@gmail.com>2022-10-30 22:00:12 +0300
commite8f5b517484a16756dcfc83168c65fc0604c4ab0 (patch)
tree7ddea6991bd7818b425a12b61547ff0622453984 /redis_cluster_legacy_arginfo.h
parent2bb64038837419a2d661376a56e5f40c51144522 (diff)
Move `options` to the end list
Diffstat (limited to 'redis_cluster_legacy_arginfo.h')
-rw-r--r--redis_cluster_legacy_arginfo.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/redis_cluster_legacy_arginfo.h b/redis_cluster_legacy_arginfo.h
index d1630ef0..5ee913e8 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: ae14a0f53c3ee46b132ef5db70e539c52a1388bd */
+ * Stub hash: cb1fe939ac54b2c0e5de0c354fc4a6118336de61 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster___construct, 0, 0, 1)
ZEND_ARG_INFO(0, name)
@@ -204,13 +204,12 @@ ZEND_END_ARG_INFO()
#define arginfo_class_RedisCluster_flushdb arginfo_class_RedisCluster_flushall
-ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster_geoadd, 0, 0, 5)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster_geoadd, 0, 0, 4)
ZEND_ARG_INFO(0, key)
- ZEND_ARG_INFO(0, options)
ZEND_ARG_INFO(0, lng)
ZEND_ARG_INFO(0, lat)
ZEND_ARG_INFO(0, member)
- ZEND_ARG_VARIADIC_INFO(0, other_triples)
+ ZEND_ARG_VARIADIC_INFO(0, other_triples_and_options)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster_geodist, 0, 0, 3)