Home
last modified time | relevance | path

Searched refs:CONST_OWNED (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_constants.h29 #define CONST_OWNED (1<<3) /* constant should be destroyed together with class */ macro
H A Dzend_opcode.c263 if (c->ce == ce || (Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) { in zend_cleanup_mutable_class_data()
407 if (c->ce == ce || (Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) { in destroy_zend_class()
H A Dzend_inheritance.c1427 Z_CONSTANT_FLAGS(c->value) |= CONST_OWNED; in do_inherit_class_constant()
1776 Z_CONSTANT_FLAGS(c->value) |= CONST_OWNED; in do_inherit_iface_constant()
/php-src/ext/opcache/
H A Dzend_persist_calc.c390 if (((c->ce->ce_flags & ZEND_ACC_IMMUTABLE) && !(Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) in zend_persist_class_constant_calc()
H A Dzend_persist.c816 … (((orig_c->ce->ce_flags & ZEND_ACC_IMMUTABLE) && !(Z_CONSTANT_FLAGS(orig_c->value) & CONST_OWNED)) in zend_persist_class_constant()

Completed in 37 milliseconds