1
1
/* This is a generated file, edit the .stub.php file instead.
2
- * Stub hash: 8a6eece2c09efd48a988f3acee25a1e0e9016298 */
2
+ * Stub hash: 9b64f6db2b6c568fb134f8512968262b25ab0e78 */
3
3
4
4
ZEND_BEGIN_ARG_INFO_EX (arginfo_class_MongoDB_Driver_ClientEncryption___construct , 0 , 0 , 1 )
5
5
ZEND_ARG_TYPE_INFO (0 , options , IS_ARRAY , 0 )
@@ -58,10 +58,19 @@ ZEND_END_ARG_INFO()
58
58
59
59
#define arginfo_class_MongoDB_Driver_ClientEncryption_removeKeyAltName arginfo_class_MongoDB_Driver_ClientEncryption_addKeyAltName
60
60
61
+ #if PHP_VERSION_ID >= 80000
61
62
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_MongoDB_Driver_ClientEncryption_rewrapManyDataKey , 0 , 1 , IS_OBJECT , 0 )
62
63
ZEND_ARG_TYPE_MASK (0 , filter , MAY_BE_ARRAY |MAY_BE_OBJECT , NULL )
63
64
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , options , IS_ARRAY , 0 , "[]" )
64
65
ZEND_END_ARG_INFO ()
66
+ #endif
67
+
68
+ #if !(PHP_VERSION_ID >= 80000 )
69
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_MongoDB_Driver_ClientEncryption_rewrapManyDataKey , 0 , 1 , IS_OBJECT , 0 )
70
+ ZEND_ARG_INFO (0 , filter )
71
+ ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , options , IS_ARRAY , 0 , "[]" )
72
+ ZEND_END_ARG_INFO ()
73
+ #endif
65
74
66
75
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_MongoDB_Driver_ClientEncryption___wakeup , 0 , 0 , IS_VOID , 0 )
67
76
ZEND_END_ARG_INFO ()
@@ -87,7 +96,12 @@ static ZEND_METHOD(MongoDB_Driver_ClientEncryption, getKey);
87
96
static ZEND_METHOD (MongoDB_Driver_ClientEncryption , getKeyByAltName ) ;
88
97
static ZEND_METHOD (MongoDB_Driver_ClientEncryption , getKeys ) ;
89
98
static ZEND_METHOD (MongoDB_Driver_ClientEncryption , removeKeyAltName ) ;
99
+ #if PHP_VERSION_ID >= 80000
90
100
static ZEND_METHOD (MongoDB_Driver_ClientEncryption , rewrapManyDataKey ) ;
101
+ #endif
102
+ #if !(PHP_VERSION_ID >= 80000 )
103
+ static ZEND_METHOD (MongoDB_Driver_ClientEncryption , rewrapManyDataKey ) ;
104
+ #endif
91
105
static ZEND_METHOD (MongoDB_Driver_ClientEncryption , __wakeup ) ;
92
106
93
107
@@ -112,7 +126,12 @@ static const zend_function_entry class_MongoDB_Driver_ClientEncryption_methods[]
112
126
ZEND_ME (MongoDB_Driver_ClientEncryption , getKeyByAltName , arginfo_class_MongoDB_Driver_ClientEncryption_getKeyByAltName , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
113
127
ZEND_ME (MongoDB_Driver_ClientEncryption , getKeys , arginfo_class_MongoDB_Driver_ClientEncryption_getKeys , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
114
128
ZEND_ME (MongoDB_Driver_ClientEncryption , removeKeyAltName , arginfo_class_MongoDB_Driver_ClientEncryption_removeKeyAltName , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
129
+ #if PHP_VERSION_ID >= 80000
115
130
ZEND_ME (MongoDB_Driver_ClientEncryption , rewrapManyDataKey , arginfo_class_MongoDB_Driver_ClientEncryption_rewrapManyDataKey , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
131
+ #endif
132
+ #if !(PHP_VERSION_ID >= 80000 )
133
+ ZEND_ME (MongoDB_Driver_ClientEncryption , rewrapManyDataKey , arginfo_class_MongoDB_Driver_ClientEncryption_rewrapManyDataKey , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
134
+ #endif
116
135
ZEND_ME (MongoDB_Driver_ClientEncryption , __wakeup , arginfo_class_MongoDB_Driver_ClientEncryption___wakeup , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
117
136
ZEND_FE_END
118
137
};
0 commit comments