|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: e66c459f457f71cb677a93652364ab7e81be8b0e */ |
| 2 | + * Stub hash: 7b88d88091244509d767a5146507ba0df17967e8 */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_Reflection_getModifierNames, 0, 1, IS_ARRAY, 0) |
5 | 5 | ZEND_ARG_TYPE_INFO(0, modifiers, IS_LONG, 0) |
@@ -396,6 +396,8 @@ ZEND_END_ARG_INFO() |
396 | 396 |
|
397 | 397 | #define arginfo_class_ReflectionClassConstant_isProtected arginfo_class_ReflectionFunctionAbstract_inNamespace |
398 | 398 |
|
| 399 | +#define arginfo_class_ReflectionClassConstant_isFinal arginfo_class_ReflectionFunctionAbstract_hasTentativeReturnType |
| 400 | + |
399 | 401 | #define arginfo_class_ReflectionClassConstant_getModifiers arginfo_class_ReflectionFunctionAbstract_getNumberOfParameters |
400 | 402 |
|
401 | 403 | #define arginfo_class_ReflectionClassConstant_getDeclaringClass arginfo_class_ReflectionMethod_getDeclaringClass |
@@ -734,6 +736,7 @@ ZEND_METHOD(ReflectionClassConstant, getValue); |
734 | 736 | ZEND_METHOD(ReflectionClassConstant, isPublic); |
735 | 737 | ZEND_METHOD(ReflectionClassConstant, isPrivate); |
736 | 738 | ZEND_METHOD(ReflectionClassConstant, isProtected); |
| 739 | +ZEND_METHOD(ReflectionClassConstant, isFinal); |
737 | 740 | ZEND_METHOD(ReflectionClassConstant, getModifiers); |
738 | 741 | ZEND_METHOD(ReflectionClassConstant, getDeclaringClass); |
739 | 742 | ZEND_METHOD(ReflectionClassConstant, getDocComment); |
@@ -1012,6 +1015,7 @@ static const zend_function_entry class_ReflectionClassConstant_methods[] = { |
1012 | 1015 | ZEND_ME(ReflectionClassConstant, isPublic, arginfo_class_ReflectionClassConstant_isPublic, ZEND_ACC_PUBLIC) |
1013 | 1016 | ZEND_ME(ReflectionClassConstant, isPrivate, arginfo_class_ReflectionClassConstant_isPrivate, ZEND_ACC_PUBLIC) |
1014 | 1017 | ZEND_ME(ReflectionClassConstant, isProtected, arginfo_class_ReflectionClassConstant_isProtected, ZEND_ACC_PUBLIC) |
| 1018 | + ZEND_ME(ReflectionClassConstant, isFinal, arginfo_class_ReflectionClassConstant_isFinal, ZEND_ACC_PUBLIC) |
1015 | 1019 | ZEND_ME(ReflectionClassConstant, getModifiers, arginfo_class_ReflectionClassConstant_getModifiers, ZEND_ACC_PUBLIC) |
1016 | 1020 | ZEND_ME(ReflectionClassConstant, getDeclaringClass, arginfo_class_ReflectionClassConstant_getDeclaringClass, ZEND_ACC_PUBLIC) |
1017 | 1021 | ZEND_ME(ReflectionClassConstant, getDocComment, arginfo_class_ReflectionClassConstant_getDocComment, ZEND_ACC_PUBLIC) |
|
0 commit comments