|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: d5f56120b09dc6a8240d87efa53dc5749c031f38 */ |
| 2 | + * Stub hash: e1643951a097b7a2f1bb3c0b6afd2c29f746a0d6 */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Redis___construct, 0, 0, 0) |
5 | 5 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null") |
@@ -1856,6 +1856,12 @@ static zend_class_entry *register_class_Redis(void) |
1856 | 1856 | zend_declare_class_constant_ex(class_entry, const_REDIS_STREAM_name, &const_REDIS_STREAM_value, ZEND_ACC_PUBLIC, NULL); |
1857 | 1857 | zend_string_release(const_REDIS_STREAM_name); |
1858 | 1858 |
|
| 1859 | + zval const_REDIS_VECTORSET_value; |
| 1860 | + ZVAL_LONG(&const_REDIS_VECTORSET_value, REDIS_VECTORSET); |
| 1861 | + zend_string *const_REDIS_VECTORSET_name = zend_string_init_interned("REDIS_VECTORSET", sizeof("REDIS_VECTORSET") - 1, 1); |
| 1862 | + zend_declare_class_constant_ex(class_entry, const_REDIS_VECTORSET_name, &const_REDIS_VECTORSET_value, ZEND_ACC_PUBLIC, NULL); |
| 1863 | + zend_string_release(const_REDIS_VECTORSET_name); |
| 1864 | + |
1859 | 1865 | zval const_ATOMIC_value; |
1860 | 1866 | ZVAL_LONG(&const_ATOMIC_value, ATOMIC); |
1861 | 1867 | zend_string *const_ATOMIC_name = zend_string_init_interned("ATOMIC", sizeof("ATOMIC") - 1, 1); |
|
0 commit comments