1
1
/* This is a generated file, edit the .stub.php file instead.
2
- * Stub hash: 7532fe839250b19de68e65d5f6c7ef308e96894e */
2
+ * Stub hash: b9fad07117f040bbb936fc2dd449c0babf0eee7a */
3
3
4
4
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_lcg_value , 0 , 0 , IS_DOUBLE , 0 )
5
5
ZEND_END_ARG_INFO ()
@@ -45,6 +45,8 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Random_NumberGenerator_Xor
45
45
ZEND_ARG_TYPE_INFO (0 , data , IS_ARRAY , 0 )
46
46
ZEND_END_ARG_INFO ()
47
47
48
+ #define arginfo_class_Random_NumberGenerator_XorShift128Plus___debugInfo arginfo_class_Random_NumberGenerator_XorShift128Plus___serialize
49
+
48
50
ZEND_BEGIN_ARG_INFO_EX (arginfo_class_Random_NumberGenerator_MersenneTwister___construct , 0 , 0 , 1 )
49
51
ZEND_ARG_TYPE_INFO (0 , seed , IS_LONG , 0 )
50
52
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , mode , IS_LONG , 0 , "MT_RAND_MT19937" )
@@ -56,6 +58,8 @@ ZEND_END_ARG_INFO()
56
58
57
59
#define arginfo_class_Random_NumberGenerator_MersenneTwister___unserialize arginfo_class_Random_NumberGenerator_XorShift128Plus___unserialize
58
60
61
+ #define arginfo_class_Random_NumberGenerator_MersenneTwister___debugInfo arginfo_class_Random_NumberGenerator_XorShift128Plus___serialize
62
+
59
63
#define arginfo_class_Random_NumberGenerator_CombinedLCG___construct arginfo_class_Random_NumberGenerator_XorShift128Plus___construct
60
64
61
65
#define arginfo_class_Random_NumberGenerator_CombinedLCG_generate arginfo_mt_getrandmax
@@ -64,6 +68,8 @@ ZEND_END_ARG_INFO()
64
68
65
69
#define arginfo_class_Random_NumberGenerator_CombinedLCG___unserialize arginfo_class_Random_NumberGenerator_XorShift128Plus___unserialize
66
70
71
+ #define arginfo_class_Random_NumberGenerator_CombinedLCG___debugInfo arginfo_class_Random_NumberGenerator_XorShift128Plus___serialize
72
+
67
73
ZEND_BEGIN_ARG_INFO_EX (arginfo_class_Random_NumberGenerator_Secure___construct , 0 , 0 , 0 )
68
74
ZEND_END_ARG_INFO ()
69
75
@@ -105,6 +111,7 @@ ZEND_METHOD(Random_NumberGenerator_XorShift128Plus, __construct);
105
111
ZEND_METHOD (Random_NumberGenerator_XorShift128Plus , generate );
106
112
ZEND_METHOD (Random_NumberGenerator_XorShift128Plus , __serialize );
107
113
ZEND_METHOD (Random_NumberGenerator_XorShift128Plus , __unserialize );
114
+ ZEND_METHOD (Random_NumberGenerator_XorShift128Plus , __debugInfo );
108
115
ZEND_METHOD (Random_NumberGenerator_MersenneTwister , __construct );
109
116
ZEND_METHOD (Random_NumberGenerator_Secure , __construct );
110
117
ZEND_METHOD (Random_Randomizer , __construct );
@@ -135,6 +142,7 @@ static const zend_function_entry class_Random_NumberGenerator_XorShift128Plus_me
135
142
ZEND_ME (Random_NumberGenerator_XorShift128Plus , generate , arginfo_class_Random_NumberGenerator_XorShift128Plus_generate , ZEND_ACC_PUBLIC )
136
143
ZEND_ME (Random_NumberGenerator_XorShift128Plus , __serialize , arginfo_class_Random_NumberGenerator_XorShift128Plus___serialize , ZEND_ACC_PUBLIC )
137
144
ZEND_ME (Random_NumberGenerator_XorShift128Plus , __unserialize , arginfo_class_Random_NumberGenerator_XorShift128Plus___unserialize , ZEND_ACC_PUBLIC )
145
+ ZEND_ME (Random_NumberGenerator_XorShift128Plus , __debugInfo , arginfo_class_Random_NumberGenerator_XorShift128Plus___debugInfo , ZEND_ACC_PUBLIC )
138
146
ZEND_FE_END
139
147
};
140
148
@@ -144,6 +152,7 @@ static const zend_function_entry class_Random_NumberGenerator_MersenneTwister_me
144
152
ZEND_MALIAS (Random_NumberGenerator_XorShift128Plus , generate , generate , arginfo_class_Random_NumberGenerator_MersenneTwister_generate , ZEND_ACC_PUBLIC )
145
153
ZEND_MALIAS (Random_NumberGenerator_XorShift128Plus , __serialize , __serialize , arginfo_class_Random_NumberGenerator_MersenneTwister___serialize , ZEND_ACC_PUBLIC )
146
154
ZEND_MALIAS (Random_NumberGenerator_XorShift128Plus , __unserialize , __unserialize , arginfo_class_Random_NumberGenerator_MersenneTwister___unserialize , ZEND_ACC_PUBLIC )
155
+ ZEND_MALIAS (Random_NumberGenerator_XorShift128Plus , __debugInfo , __debugInfo , arginfo_class_Random_NumberGenerator_MersenneTwister___debugInfo , ZEND_ACC_PUBLIC )
147
156
ZEND_FE_END
148
157
};
149
158
@@ -153,6 +162,7 @@ static const zend_function_entry class_Random_NumberGenerator_CombinedLCG_method
153
162
ZEND_MALIAS (Random_NumberGenerator_XorShift128Plus , generate , generate , arginfo_class_Random_NumberGenerator_CombinedLCG_generate , ZEND_ACC_PUBLIC )
154
163
ZEND_MALIAS (Random_NumberGenerator_XorShift128Plus , __serialize , __serialize , arginfo_class_Random_NumberGenerator_CombinedLCG___serialize , ZEND_ACC_PUBLIC )
155
164
ZEND_MALIAS (Random_NumberGenerator_XorShift128Plus , __unserialize , __unserialize , arginfo_class_Random_NumberGenerator_CombinedLCG___unserialize , ZEND_ACC_PUBLIC )
165
+ ZEND_MALIAS (Random_NumberGenerator_XorShift128Plus , __debugInfo , __debugInfo , arginfo_class_Random_NumberGenerator_CombinedLCG___debugInfo , ZEND_ACC_PUBLIC )
156
166
ZEND_FE_END
157
167
};
158
168
0 commit comments