mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
whitespace
This commit is contained in:
@@ -2238,7 +2238,6 @@ void zend_do_declare_property(znode *var_name, znode *value, int declaration_typ
|
||||
zend_hash_update(&CG(active_class_entry)->default_properties, prot_name, prot_name_length+1, &property, sizeof(zval *), NULL);
|
||||
property->refcount++;
|
||||
zend_hash_update(&CG(active_class_entry)->protected_properties, var_name->u.constant.value.str.val, var_name->u.constant.value.str.len+1, &property, sizeof(zval *), NULL);
|
||||
|
||||
}
|
||||
efree(prot_name);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user