Searched refs:CONST_OWNED (Results 1 – 5 of 5) sorted by relevance
29 #define CONST_OWNED (1<<3) /* constant should be destroyed together with class */ macro
264 if (c->ce == ce || (Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) { in zend_cleanup_mutable_class_data()415 if (c->ce == ce || (Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) { in destroy_zend_class()
1618 Z_CONSTANT_FLAGS(c->value) |= CONST_OWNED; in do_inherit_class_constant()2059 Z_CONSTANT_FLAGS(c->value) |= CONST_OWNED; in do_inherit_iface_constant()
397 if (((c->ce->ce_flags & ZEND_ACC_IMMUTABLE) && !(Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) in zend_persist_class_constant_calc()
850 … (((orig_c->ce->ce_flags & ZEND_ACC_IMMUTABLE) && !(Z_CONSTANT_FLAGS(orig_c->value) & CONST_OWNED)) in zend_persist_class_constant()
Completed in 38 milliseconds