Home
last modified time | relevance | path

Searched refs:Z_CONSTANT_FLAGS (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_constants.h39 (Z_CONSTANT_FLAGS((c)->value) & 0xff)
42 (Z_CONSTANT_FLAGS((c)->value) >> 8)
45 Z_CONSTANT_FLAGS((c)->value) = \
H A Dzend_opcode.c258 if (c->ce == ce || (Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) { in zend_cleanup_mutable_class_data()
402 if (c->ce == ce || (Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) { in destroy_zend_class()
H A Dzend_types.h690 #define Z_CONSTANT_FLAGS(zval) (zval).u2.constant_flags macro
691 #define Z_CONSTANT_FLAGS_P(zval_p) Z_CONSTANT_FLAGS(*(zval_p))
H A Dzend_compile.h416 #define ZEND_CLASS_CONST_FLAGS(c) Z_CONSTANT_FLAGS((c)->value)
H A Dzend_inheritance.c1427 Z_CONSTANT_FLAGS(c->value) |= CONST_OWNED; in do_inherit_class_constant()
1773 Z_CONSTANT_FLAGS(c->value) |= CONST_OWNED; in do_inherit_iface_constant()
/PHP-8.3/sapi/cli/
H A Dphp_cli.c560 Z_CONSTANT_FLAGS(ic.value) = 0; in cli_register_file_handles()
564 Z_CONSTANT_FLAGS(oc.value) = 0; in cli_register_file_handles()
568 Z_CONSTANT_FLAGS(ec.value) = 0; in cli_register_file_handles()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c914 Z_CONSTANT_FLAGS(ic.value) = 0; in phpdbg_register_file_handles()
920 Z_CONSTANT_FLAGS(oc.value) = 0; in phpdbg_register_file_handles()
926 Z_CONSTANT_FLAGS(ec.value) = 0; in phpdbg_register_file_handles()
/PHP-8.3/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.c820 …} else if (((orig_c->ce->ce_flags & ZEND_ACC_IMMUTABLE) && !(Z_CONSTANT_FLAGS(orig_c->value) & CON… in zend_persist_class_constant()

Completed in 60 milliseconds