Home
last modified time | relevance | path

Searched refs:type_flags (Results 1 – 6 of 6) sorted by relevance

/php-src/docs/source/core/data-structures/
H A Dzval.rst95 uint8_t type_flags,
119 into 3 parts. ``v.type`` stores the actual variable type, ``v.type_flags`` is used for some
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c131 uint32_t type_flags = 0; in zend_jit_copy_extra_args_helper() local
148 type_flags |= Z_TYPE_INFO_P(src); in zend_jit_copy_extra_args_helper()
154 if (type_flags & (IS_TYPE_REFCOUNTED << Z_TYPE_FLAGS_SHIFT)) { in zend_jit_copy_extra_args_helper()
H A Dzend_jit_ir.c1125 return ir_LOAD_U8(ir_ADD_OFFSET(ref, offsetof(zval, u1.v.type_flags))); in jit_Z_TYPE_FLAGS_ref()
1143 return ir_LOAD_U8(ir_ADD_OFFSET(reg, Z_OFFSET(addr) + offsetof(zval, u1.v.type_flags))); in jit_Z_TYPE_FLAGS()
/php-src/Zend/
H A Dzend_types.h342 uint8_t type_flags,
660 #define Z_TYPE_FLAGS(zval) (zval).u1.v.type_flags
H A Dzend_execute.c3940 uint32_t type_flags = 0; in zend_copy_extra_args() local
3959 type_flags |= Z_TYPE_INFO_P(src); in zend_copy_extra_args()
3964 if (Z_TYPE_INFO_REFCOUNTED(type_flags)) { in zend_copy_extra_args()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1563 #define EMIT_MOV(type, type_flags, type_cast) \ argument
1564 …emit_op(compiler, (src == SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1…

Completed in 79 milliseconds