|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 35e17de0cdf6c11a315f6d10fd711492d1da567c */ |
| 2 | + * Stub hash: 7a05b86697bef8c44f537ff37f47764c0fa6be3f */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Reflection_getModifierNames, 0, 0, 1)
|
5 | 5 | ZEND_ARG_TYPE_INFO(0, modifiers, IS_LONG, 0)
|
@@ -144,7 +144,7 @@ ZEND_END_ARG_INFO()
|
144 | 144 | #define arginfo_class_ReflectionMethod_getPrototype arginfo_class_ReflectionFunctionAbstract___clone
|
145 | 145 |
|
146 | 146 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ReflectionMethod_setAccessible, 0, 0, 1)
|
147 |
| - ZEND_ARG_TYPE_INFO(0, isAccessible, _IS_BOOL, 0) |
| 147 | + ZEND_ARG_TYPE_INFO(0, accessible, _IS_BOOL, 0) |
148 | 148 | ZEND_END_ARG_INFO()
|
149 | 149 |
|
150 | 150 | #define arginfo_class_ReflectionClass___clone arginfo_class_ReflectionFunctionAbstract___clone
|
@@ -191,12 +191,14 @@ ZEND_END_ARG_INFO()
|
191 | 191 |
|
192 | 192 | #define arginfo_class_ReflectionClass_getProperty arginfo_class_ReflectionClass_hasMethod
|
193 | 193 |
|
194 |
| -#define arginfo_class_ReflectionClass_getProperties arginfo_class_ReflectionClass_getMethods |
| 194 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ReflectionClass_getProperties, 0, 0, 0) |
| 195 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, modifiers, IS_LONG, 1, "null") |
| 196 | +ZEND_END_ARG_INFO() |
195 | 197 |
|
196 | 198 | #define arginfo_class_ReflectionClass_hasConstant arginfo_class_ReflectionClass_hasMethod
|
197 | 199 |
|
198 | 200 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ReflectionClass_getConstants, 0, 0, 0)
|
199 |
| - ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, filter, IS_LONG, 0, "ReflectionClassConstant::IS_PUBLIC | ReflectionClassConstant::IS_PROTECTED | ReflectionClassConstant::IS_PRIVATE") |
| 201 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, modifiers, IS_LONG, 0, "ReflectionClassConstant::IS_PUBLIC | ReflectionClassConstant::IS_PROTECTED | ReflectionClassConstant::IS_PRIVATE") |
200 | 202 | ZEND_END_ARG_INFO()
|
201 | 203 |
|
202 | 204 | #define arginfo_class_ReflectionClass_getReflectionConstants arginfo_class_ReflectionClass_getConstants
|
@@ -277,9 +279,7 @@ ZEND_END_ARG_INFO()
|
277 | 279 |
|
278 | 280 | #define arginfo_class_ReflectionClass_getAttributes arginfo_class_ReflectionFunctionAbstract_getAttributes
|
279 | 281 |
|
280 |
| -ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ReflectionObject___construct, 0, 0, 1) |
281 |
| - ZEND_ARG_TYPE_INFO(0, argument, IS_OBJECT, 0) |
282 |
| -ZEND_END_ARG_INFO() |
| 282 | +#define arginfo_class_ReflectionObject___construct arginfo_class_ReflectionClass_isInstance |
283 | 283 |
|
284 | 284 | #define arginfo_class_ReflectionProperty___clone arginfo_class_ReflectionFunctionAbstract___clone
|
285 | 285 |
|
@@ -363,7 +363,7 @@ ZEND_END_ARG_INFO()
|
363 | 363 |
|
364 | 364 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ReflectionParameter___construct, 0, 0, 2)
|
365 | 365 | ZEND_ARG_INFO(0, function)
|
366 |
| - ZEND_ARG_TYPE_MASK(0, parameter, MAY_BE_LONG|MAY_BE_STRING, NULL) |
| 366 | + ZEND_ARG_TYPE_MASK(0, param, MAY_BE_LONG|MAY_BE_STRING, NULL) |
367 | 367 | ZEND_END_ARG_INFO()
|
368 | 368 |
|
369 | 369 | #define arginfo_class_ReflectionParameter___toString arginfo_class_ReflectionFunction___toString
|
|
0 commit comments