Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_types.h202 zend_uchar type_flags,
453 #define Z_TYPE_FLAGS(zval) (zval).u1.v.type_flags
H A Dzend_execute.c3543 uint32_t type_flags = 0; in zend_copy_extra_args() local
3562 type_flags |= Z_TYPE_INFO_P(src); in zend_copy_extra_args()
3567 if (Z_TYPE_INFO_REFCOUNTED(type_flags)) { in zend_copy_extra_args()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1197 #define EMIT_MOV(type, type_flags, type_cast) \ argument
1198 …emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1,…

Completed in 31 milliseconds