|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: 47ac64b027cdeb0e9996147277f79fa9d6b876bd */ |
| 2 | + * Stub hash: 4c8d4c90acbbfad72e673c0745dc251625638b53 */ |
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) |
@@ -350,6 +350,8 @@ ZEND_END_ARG_INFO() |
350 | 350 |
|
351 | 351 | #define arginfo_class_ReflectionClassConstant_isProtected arginfo_class_ReflectionFunctionAbstract_inNamespace |
352 | 352 |
|
| 353 | +#define arginfo_class_ReflectionClassConstant_isFinal arginfo_class_ReflectionClass_isEnum |
| 354 | + |
353 | 355 | #define arginfo_class_ReflectionClassConstant_getModifiers arginfo_class_ReflectionFunctionAbstract_inNamespace |
354 | 356 |
|
355 | 357 | #define arginfo_class_ReflectionClassConstant_getDeclaringClass arginfo_class_ReflectionFunctionAbstract_inNamespace |
@@ -682,6 +684,7 @@ ZEND_METHOD(ReflectionClassConstant, getValue); |
682 | 684 | ZEND_METHOD(ReflectionClassConstant, isPublic); |
683 | 685 | ZEND_METHOD(ReflectionClassConstant, isPrivate); |
684 | 686 | ZEND_METHOD(ReflectionClassConstant, isProtected); |
| 687 | +ZEND_METHOD(ReflectionClassConstant, isFinal); |
685 | 688 | ZEND_METHOD(ReflectionClassConstant, getModifiers); |
686 | 689 | ZEND_METHOD(ReflectionClassConstant, getDeclaringClass); |
687 | 690 | ZEND_METHOD(ReflectionClassConstant, getDocComment); |
@@ -957,6 +960,7 @@ static const zend_function_entry class_ReflectionClassConstant_methods[] = { |
957 | 960 | ZEND_ME(ReflectionClassConstant, isPublic, arginfo_class_ReflectionClassConstant_isPublic, ZEND_ACC_PUBLIC) |
958 | 961 | ZEND_ME(ReflectionClassConstant, isPrivate, arginfo_class_ReflectionClassConstant_isPrivate, ZEND_ACC_PUBLIC) |
959 | 962 | ZEND_ME(ReflectionClassConstant, isProtected, arginfo_class_ReflectionClassConstant_isProtected, ZEND_ACC_PUBLIC) |
| 963 | + ZEND_ME(ReflectionClassConstant, isFinal, arginfo_class_ReflectionClassConstant_isFinal, ZEND_ACC_PUBLIC) |
960 | 964 | ZEND_ME(ReflectionClassConstant, getModifiers, arginfo_class_ReflectionClassConstant_getModifiers, ZEND_ACC_PUBLIC) |
961 | 965 | ZEND_ME(ReflectionClassConstant, getDeclaringClass, arginfo_class_ReflectionClassConstant_getDeclaringClass, ZEND_ACC_PUBLIC) |
962 | 966 | ZEND_ME(ReflectionClassConstant, getDocComment, arginfo_class_ReflectionClassConstant_getDocComment, ZEND_ACC_PUBLIC) |
|
0 commit comments