type_flags       2123 Zend/zend_execute.c 			uint32_t type_flags = 0;
type_flags       2136 Zend/zend_execute.c 					type_flags |= Z_TYPE_INFO_P(src);
type_flags       2144 Zend/zend_execute.c 					type_flags |= Z_TYPE_INFO_P(src);
type_flags       2148 Zend/zend_execute.c 			ZEND_ADD_CALL_FLAG(execute_data, ((type_flags >> Z_TYPE_FLAGS_SHIFT) & IS_TYPE_REFCOUNTED));
type_flags       2238 Zend/zend_execute.c 				uint32_t type_flags = 0;
type_flags       2251 Zend/zend_execute.c 						type_flags |= Z_TYPE_INFO_P(src);
type_flags       2259 Zend/zend_execute.c 						type_flags |= Z_TYPE_INFO_P(src);
type_flags       2263 Zend/zend_execute.c 				ZEND_ADD_CALL_FLAG(execute_data, ((type_flags >> Z_TYPE_FLAGS_SHIFT) & IS_TYPE_REFCOUNTED));
type_flags        127 Zend/zend_types.h 				zend_uchar    type_flags,
type_flags        339 Zend/zend_types.h #define Z_TYPE_FLAGS(zval)			(zval).u1.v.type_flags
type_flags       1293 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c #define EMIT_MOV(type, type_flags, type_cast) \
type_flags       1294 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? type_cast srcw : srcw)