_type 38 Zend/zend_compile.c target ## _type = (src)->op_type; \ _type 47 Zend/zend_compile.c (target)->op_type = src ## _type; \ _type 36 Zend/zend_compile.h #define SET_UNUSED(op) op ## _type = IS_UNUSED _type 555 ext/opcache/Optimizer/block_pass.c #define VAR_UNSET(op) do { if (op ## _type & (IS_TMP_VAR|IS_VAR)) {VAR_SOURCE(op) = NULL;}} while (0) _type 1776 ext/opcache/Optimizer/block_pass.c if ((op ## _type & (IS_VAR | IS_TMP_VAR)) && \ _type 1782 ext/opcache/Optimizer/block_pass.c #define NEVER_USED(op) ((op ## _type & (IS_VAR | IS_TMP_VAR)) && !zend_bitset_in(usage, VAR_NUM(op.var))) /* !zend_bitset_in(used_ext, op.var) && */ _type 50 ext/opcache/Optimizer/zend_optimizer_internal.h #define SAME_VAR(op1, op2) ((((op1 ## _type & IS_VAR) && (op2 ## _type & IS_VAR)) || (op1 ## _type == IS_TMP_VAR && op2 ## _type == IS_TMP_VAR)) && op1.var == op2.var) _type 112 ext/opcache/Optimizer/zend_optimizer_internal.h target ## _type = src ## _type; \ _type 3545 ext/openssl/openssl.c #define OPENSSL_PKEY_GET_BN(_type, _name) do { \ _type 3546 ext/openssl/openssl.c if (pkey->pkey._type->_name != NULL) { \ _type 3547 ext/openssl/openssl.c int len = BN_num_bytes(pkey->pkey._type->_name); \ _type 3549 ext/openssl/openssl.c BN_bn2bin(pkey->pkey._type->_name, (unsigned char*)ZSTR_VAL(str)); \ _type 3551 ext/openssl/openssl.c add_assoc_str(&_type, #_name, str); \ _type 3555 ext/openssl/openssl.c #define OPENSSL_PKEY_SET_BN(_ht, _type, _name) do { \ _type 3559 ext/openssl/openssl.c _type->_name = BN_bin2bn( \