@@ -7880,11 +7880,11 @@ static void zend_compile_params(zend_ast *ast, zend_ast *return_type_ast, uint32
7880
7880
if (attributes_ast ) {
7881
7881
zend_compile_attributes (
7882
7882
& prop -> attributes , attributes_ast , 0 , ZEND_ATTRIBUTE_TARGET_PROPERTY , ZEND_ATTRIBUTE_TARGET_PARAMETER );
7883
- }
7884
7883
7885
- zend_attribute * override_attribute = zend_get_attribute_str (prop -> attributes , "override" , sizeof ("override" )- 1 );
7886
- if (override_attribute ) {
7887
- prop -> flags |= ZEND_ACC_OVERRIDE ;
7884
+ zend_attribute * override_attribute = zend_get_attribute_str (prop -> attributes , "override" , sizeof ("override" )- 1 );
7885
+ if (override_attribute ) {
7886
+ prop -> flags |= ZEND_ACC_OVERRIDE ;
7887
+ }
7888
7888
}
7889
7889
}
7890
7890
}
@@ -8862,11 +8862,11 @@ static void zend_compile_prop_decl(zend_ast *ast, zend_ast *type_ast, uint32_t f
8862
8862
8863
8863
if (attr_ast ) {
8864
8864
zend_compile_attributes (& info -> attributes , attr_ast , 0 , ZEND_ATTRIBUTE_TARGET_PROPERTY , 0 );
8865
- }
8866
8865
8867
- zend_attribute * override_attribute = zend_get_attribute_str (info -> attributes , "override" , sizeof ("override" )- 1 );
8868
- if (override_attribute ) {
8869
- info -> flags |= ZEND_ACC_OVERRIDE ;
8866
+ zend_attribute * override_attribute = zend_get_attribute_str (info -> attributes , "override" , sizeof ("override" )- 1 );
8867
+ if (override_attribute ) {
8868
+ info -> flags |= ZEND_ACC_OVERRIDE ;
8869
+ }
8870
8870
}
8871
8871
8872
8872
CG (context ).active_property_info_name = old_active_property_info_name ;
0 commit comments