We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca2e1d commit 4fc4249Copy full SHA for 4fc4249
ext/reflection/php_reflection.c
@@ -6790,6 +6790,7 @@ PHP_MINIT_FUNCTION(reflection) /* {{{ */
6790
INIT_CLASS_ENTRY(_reflection_entry, "ReflectionType", reflection_type_functions);
6791
reflection_init_class_handlers(&_reflection_entry);
6792
reflection_type_ptr = zend_register_internal_class(&_reflection_entry);
6793
+ reflection_type_ptr->ce_flags |= ZEND_ACC_EXPLICIT_ABSTRACT_CLASS;
6794
6795
INIT_CLASS_ENTRY(_reflection_entry, "ReflectionNamedType", reflection_named_type_functions);
6796
0 commit comments