op2_type          487 Zend/zend.c    	EG(exception_op)[0].op2_type = IS_UNUSED;
op2_type          492 Zend/zend.c    	EG(exception_op)[1].op2_type = IS_UNUSED;
op2_type          497 Zend/zend.c    	EG(exception_op)[2].op2_type = IS_UNUSED;
op2_type          610 Zend/zend_compile.c #define MAKE_NOP(opline)	{ opline->opcode = ZEND_NOP;  memset(&opline->result,0,sizeof(opline->result)); memset(&opline->op1,0,sizeof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=IS_UNUSED;  }
op2_type          643 Zend/zend_compile.c 				opline->op2_type = IS_VAR;
op2_type          751 Zend/zend_compile.c 			opline.op2_type = IS_CONST;
op2_type          776 Zend/zend_compile.c 				opline.op2_type = IS_CONST;
op2_type          791 Zend/zend_compile.c 				opline_ptr->op2_type = IS_CONST;
op2_type          834 Zend/zend_compile.c 	if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) {
op2_type         1010 Zend/zend_compile.c 					opline->op2_type = IS_VAR;
op2_type         1364 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
op2_type         1375 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
op2_type         1385 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
op2_type         1746 Zend/zend_compile.c 		opline->op2_type = IS_CONST;
op2_type         2028 Zend/zend_compile.c 	if ((last_op->op2_type == IS_CONST) && (Z_TYPE(CONSTANT(last_op->op2.constant)) == IS_STRING) && (Z_STRLEN(CONSTANT(last_op->op2.constant)) == sizeof(ZEND_CLONE_FUNC_NAME)-1)
op2_type         2034 Zend/zend_compile.c 		if (last_op->op2_type == IS_CONST) {
op2_type         2056 Zend/zend_compile.c 			opline->op2_type = IS_CONST;
op2_type         2096 Zend/zend_compile.c 		opline->op2_type = IS_CONST;
op2_type         2104 Zend/zend_compile.c 			opline->op2_type = IS_CONST;
op2_type         2363 Zend/zend_compile.c 				opline->op2_type = IS_CONST;
op2_type         2555 Zend/zend_compile.c 		opline->op2_type = IS_CONST;
op2_type         2759 Zend/zend_compile.c 		opline->op2_type = IS_CONST;
op2_type         3029 Zend/zend_compile.c 	opline->op2_type = IS_CV;
op2_type         3478 Zend/zend_compile.c 					if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) {
op2_type         4979 Zend/zend_compile.c 		opline->op2_type = IS_CONST;
op2_type         5206 Zend/zend_compile.c 	opline->op2_type = IS_CONST;
op2_type         5337 Zend/zend_compile.c 	opline->op2_type = IS_CONST;
op2_type         5369 Zend/zend_compile.c 	opline->op2_type = IS_CONST;
op2_type         5553 Zend/zend_compile.c 			if (opline_ptr->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline_ptr->op2.constant)) == IS_STRING) {
op2_type         5578 Zend/zend_compile.c 	if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) {
op2_type         5806 Zend/zend_compile.c 			opline->op2_type = IS_CONST;
op2_type         5879 Zend/zend_compile.c 			if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) {
op2_type         5911 Zend/zend_compile.c 		if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) {
op2_type         6032 Zend/zend_compile.c 			opline->op2_type = IS_CONST;
op2_type         6469 Zend/zend_compile.c 			if (fetch->opcode == ZEND_FETCH_DIM_W && fetch->op2_type == IS_UNUSED) {
op2_type          120 Zend/zend_compile.h 	zend_uchar op2_type;
op2_type         1169 Zend/zend_execute_API.c 		if (opline->op2_type == IS_CONST) {
op2_type          756 Zend/zend_opcode.c 		if (opline->op2_type == IS_CONST) {
op2_type         41375 Zend/zend_vm_execute.h 	zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE->op2_type);
op2_type         45608 Zend/zend_vm_execute.h 		return zend_opcode_handlers[opcode * 25 + zend_vm_decode[op->op1_type] * 5 + zend_vm_decode[op->op2_type]];
op2_type          189 ext/opcache/Optimizer/compact_literals.c 								opline->op2_type,
op2_type          546 ext/opcache/Optimizer/pass1_5.c 			    opline->op2_type == IS_UNUSED &&
op2_type          573 ext/opcache/Optimizer/pass1_5.c 					} else if (op->op2_type == IS_VAR && op->op2.var == var) {
op2_type          590 ext/opcache/Optimizer/pass1_5.c 					} else if (use->op2_type == IS_VAR && use->op2.var == var) {
op2_type          591 ext/opcache/Optimizer/pass1_5.c 						use->op2_type = IS_CV;
op2_type          555 ext/opcache/Optimizer/zend_optimizer.c 		if (opline->op2_type == IS_CONST) {
op2_type          596 ext/opcache/Optimizer/zend_optimizer.c 		if (opline->op2_type == IS_CONST) {
op2_type           44 ext/opcache/Optimizer/zend_optimizer_internal.h # define MAKE_NOP(opline)	{ opline->opcode = ZEND_NOP;  memset(&opline->result,0,sizeof(opline->result)); memset(&opline->op1,0,sizeof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=IS_UNUSED; opline->handler = zend_opcode_handlers[ZEND_NOP]; }
op2_type          371 ext/opcache/ZendAccelerator.h # define ZEND_OP2_TYPE(opline)		(opline)->op2_type
op2_type          747 ext/reflection/php_reflection.c 		if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) {
op2_type         1528 ext/reflection/php_reflection.c 	if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {
op2_type         2602 ext/reflection/php_reflection.c 	if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {
op2_type          120 sapi/phpdbg/phpdbg_opcode.c 			decode[2] = phpdbg_decode_op(ops, &op->op2, op->op2_type, vars TSRMLS_CC);