Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_constants.h40 (Z_CONSTANT_FLAGS((c)->value) & 0xff)
43 (Z_CONSTANT_FLAGS((c)->value) >> 8)
46 Z_CONSTANT_FLAGS((c)->value) = \
H A Dzend_opcode.c264 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()
H A Dzend_types.h692 #define Z_CONSTANT_FLAGS(zval) (zval).u2.constant_flags macro
693 #define Z_CONSTANT_FLAGS_P(zval_p) Z_CONSTANT_FLAGS(*(zval_p))
H A Dzend_compile.h476 #define ZEND_CLASS_CONST_FLAGS(c) Z_CONSTANT_FLAGS((c)->value)
H A Dzend_inheritance.c1618 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()
/php-src/sapi/cli/
H A Dphp_cli.c550 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()
/php-src/sapi/phpdbg/
H A Dphpdbg.c915 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()
/php-src/ext/opcache/
H A Dzend_persist_calc.c397 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.c850 …} 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