Searched refs:type_flags (Results 1 – 6 of 6) sorted by relevance
/php-src/docs/source/core/data-structures/ |
H A D | zval.rst | 95 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 D | zend_jit_vm_helpers.c | 131 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 D | zend_jit_ir.c | 1125 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 D | zend_types.h | 342 uint8_t type_flags, 662 #define Z_TYPE_FLAGS(zval) (zval).u1.v.type_flags
|
H A D | zend_execute.c | 4183 uint32_t type_flags = 0; in zend_copy_extra_args() local 4202 type_flags |= Z_TYPE_INFO_P(src); in zend_copy_extra_args() 4207 if (Z_TYPE_INFO_REFCOUNTED(type_flags)) { in zend_copy_extra_args()
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 1563 #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 72 milliseconds