diff options
Diffstat (limited to 'Zend/zend_inheritance.c')
| -rw-r--r-- | Zend/zend_inheritance.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c index 879e00375c..44abfb6ffb 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -666,7 +666,7 @@ static void do_inherit_property(zend_property_info *parent_info, zend_string *ke  				int parent_num = OBJ_PROP_TO_NUM(parent_info->offset);  				int child_num = OBJ_PROP_TO_NUM(child_info->offset); -				/* Don't keep default properties in GC (thry may be freed by opcache) */ +				/* Don't keep default properties in GC (they may be freed by opcache) */  				zval_ptr_dtor_nogc(&(ce->default_properties_table[parent_num]));  				ce->default_properties_table[parent_num] = ce->default_properties_table[child_num];  				ZVAL_UNDEF(&ce->default_properties_table[child_num]); | 
