|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 1eca5b01969498e67501a59dc69ba4c01263c4d9 */ |
| 2 | + * Stub hash: 614310958c6e2acde46c9b7932ba894caf72d6df */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_test_array_return, 0, 0, IS_ARRAY, 0)
|
5 | 5 | ZEND_END_ARG_INFO()
|
@@ -96,6 +96,10 @@ ZEND_END_ARG_INFO()
|
96 | 96 | ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class__ZendTestClass_returnsThrowable, 0, 0, Throwable, 0)
|
97 | 97 | ZEND_END_ARG_INFO()
|
98 | 98 |
|
| 99 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class__ZendTestClass_variadicTest, 0, 0, IS_STATIC, 0) |
| 100 | + ZEND_ARG_VARIADIC_OBJ_TYPE_MASK(0, elements, Iterator, MAY_BE_STRING) |
| 101 | +ZEND_END_ARG_INFO() |
| 102 | + |
99 | 103 | ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class__ZendTestChildClass_returnsThrowable, 0, 0, Exception, 0)
|
100 | 104 | ZEND_END_ARG_INFO()
|
101 | 105 |
|
@@ -144,6 +148,7 @@ static ZEND_METHOD(_ZendTestClass, is_object);
|
144 | 148 | static ZEND_METHOD(_ZendTestClass, __toString);
|
145 | 149 | static ZEND_METHOD(_ZendTestClass, returnsStatic);
|
146 | 150 | static ZEND_METHOD(_ZendTestClass, returnsThrowable);
|
| 151 | +static ZEND_METHOD(_ZendTestClass, variadicTest); |
147 | 152 | static ZEND_METHOD(_ZendTestChildClass, returnsThrowable);
|
148 | 153 | static ZEND_METHOD(_ZendTestTrait, testMethod);
|
149 | 154 | static ZEND_METHOD(ZendTestParameterAttribute, __construct);
|
@@ -192,6 +197,7 @@ static const zend_function_entry class__ZendTestClass_methods[] = {
|
192 | 197 | ZEND_ME(_ZendTestClass, __toString, arginfo_class__ZendTestClass___toString, ZEND_ACC_PUBLIC|ZEND_ACC_DEPRECATED)
|
193 | 198 | ZEND_ME(_ZendTestClass, returnsStatic, arginfo_class__ZendTestClass_returnsStatic, ZEND_ACC_PUBLIC)
|
194 | 199 | ZEND_ME(_ZendTestClass, returnsThrowable, arginfo_class__ZendTestClass_returnsThrowable, ZEND_ACC_PUBLIC)
|
| 200 | + ZEND_ME(_ZendTestClass, variadicTest, arginfo_class__ZendTestClass_variadicTest, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC) |
195 | 201 | ZEND_FE_END
|
196 | 202 | };
|
197 | 203 |
|
|
0 commit comments