Searched refs:Z_CONSTANT_FLAGS (Results 1 – 9 of 9) sorted by relevance
40 (Z_CONSTANT_FLAGS((c)->value) & 0xff)43 (Z_CONSTANT_FLAGS((c)->value) >> 8)46 Z_CONSTANT_FLAGS((c)->value) = \
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()
692 #define Z_CONSTANT_FLAGS(zval) (zval).u2.constant_flags macro693 #define Z_CONSTANT_FLAGS_P(zval_p) Z_CONSTANT_FLAGS(*(zval_p))
476 #define ZEND_CLASS_CONST_FLAGS(c) Z_CONSTANT_FLAGS((c)->value)
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()
550 Z_CONSTANT_FLAGS(ic.value) = 0; in cli_register_file_handles()554 Z_CONSTANT_FLAGS(oc.value) = 0; in cli_register_file_handles()558 Z_CONSTANT_FLAGS(ec.value) = 0; in cli_register_file_handles()
915 Z_CONSTANT_FLAGS(ic.value) = 0; in phpdbg_register_file_handles()921 Z_CONSTANT_FLAGS(oc.value) = 0; in phpdbg_register_file_handles()927 Z_CONSTANT_FLAGS(ec.value) = 0; in phpdbg_register_file_handles()
397 if (((c->ce->ce_flags & ZEND_ACC_IMMUTABLE) && !(Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) in zend_persist_class_constant_calc()
850 …} else if (((orig_c->ce->ce_flags & ZEND_ACC_IMMUTABLE) && !(Z_CONSTANT_FLAGS(orig_c->value) & CON… in zend_persist_class_constant()
Completed in 53 milliseconds