op1_type          421 Zend/zend.c    	EG(exception_op)[0].op1_type = IS_UNUSED;
op1_type          426 Zend/zend.c    	EG(exception_op)[1].op1_type = IS_UNUSED;
op1_type          431 Zend/zend.c    	EG(exception_op)[2].op1_type = IS_UNUSED;
op1_type          442 Zend/zend.c    	EG(call_trampoline_op).op1_type = IS_UNUSED;
op1_type          644 Zend/zend_compile.c 				    opline->op1_type == IS_VAR &&
op1_type         2113 Zend/zend_compile.c 		opline->op1_type = IS_CONST;
op1_type         2381 Zend/zend_compile.c 	if (opline->op1_type == IS_CONST) {
op1_type         2872 Zend/zend_compile.c 			opline->op1_type = IS_CONST;
op1_type         2961 Zend/zend_compile.c 	opline->op1_type = IS_CONST;
op1_type         3021 Zend/zend_compile.c 	opline->op1_type = IS_CONST;
op1_type         3339 Zend/zend_compile.c 		if (opline->op1_type == IS_CONST) {
op1_type         3385 Zend/zend_compile.c 		opline->op1_type = IS_CONST;
op1_type         3558 Zend/zend_compile.c 			opline->op1_type = loop_var->var_type;
op1_type         3595 Zend/zend_compile.c 		opline->op1_type = IS_TMP_VAR;
op1_type         4054 Zend/zend_compile.c 			if (opline->op1_type == IS_CONST) {
op1_type         4166 Zend/zend_compile.c 		opline->op1_type = IS_CONST;
op1_type         4212 Zend/zend_compile.c 		opline->op1_type = IS_TMP_VAR;
op1_type         4835 Zend/zend_compile.c 		opline->op1_type = IS_CONST;
op1_type         5278 Zend/zend_compile.c 		opline->op1_type = IS_UNUSED;
op1_type         5293 Zend/zend_compile.c 		opline->op1_type = IS_CONST;
op1_type         6623 Zend/zend_compile.c 	if (opline->op1_type == IS_CONST) {
op1_type         6743 Zend/zend_compile.c 			opline->op1_type = opline->op2_type;
op1_type         6753 Zend/zend_compile.c 		opline->op1_type = init_opline->op2_type;
op1_type           43 Zend/zend_compile.h 	(opline)->op1_type =  IS_UNUSED; \
op1_type          163 Zend/zend_compile.h 	zend_uchar op1_type;
op1_type          670 Zend/zend_opcode.c 					if (opline->op1_type != IS_UNUSED) {
op1_type          675 Zend/zend_opcode.c 						ret->op1_type = opline->op1_type;
op1_type          688 Zend/zend_opcode.c 		if (opline->op1_type == IS_CONST) {
op1_type          690 Zend/zend_opcode.c 		} else if (opline->op1_type & (IS_VAR|IS_TMP_VAR)) {
op1_type          716 Zend/zend_vm_def.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type          725 Zend/zend_vm_def.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type          731 Zend/zend_vm_def.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type          778 Zend/zend_vm_def.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type          784 Zend/zend_vm_def.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type          797 Zend/zend_vm_def.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type          804 Zend/zend_vm_def.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         2143 Zend/zend_vm_def.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, OP1_TYPE, property_name, OP2_TYPE, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         2165 Zend/zend_vm_def.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         2185 Zend/zend_vm_def.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         2192 Zend/zend_vm_def.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         2208 Zend/zend_vm_def.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         2214 Zend/zend_vm_def.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         2223 Zend/zend_vm_def.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         2244 Zend/zend_vm_def.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type          946 Zend/zend_vm_execute.h 	args = get_zval_ptr_undef(opline->op1_type, opline->op1, execute_data, &free_op1, BP_VAR_R);
op1_type          957 Zend/zend_vm_execute.h 		if (opline->op1_type != IS_CONST && opline->op1_type != IS_TMP_VAR && Z_IMMUTABLE_P(args)) {
op1_type         1089 Zend/zend_vm_execute.h 		if (opline->op1_type == IS_CV && UNEXPECTED(Z_TYPE_P(args) == IS_UNDEF)) {
op1_type         1107 Zend/zend_vm_execute.h 	args = get_zval_ptr(opline->op1_type, opline->op1, execute_data, &free_op1, BP_VAR_R);
op1_type         1110 Zend/zend_vm_execute.h 		if ((opline->op1_type & (IS_VAR|IS_CV)) && Z_ISREF_P(args)) {
op1_type         1135 Zend/zend_vm_execute.h 		if (opline->op1_type != IS_CONST && opline->op1_type != IS_TMP_VAR && Z_IMMUTABLE_P(args)) {
op1_type         16496 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         16505 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         16511 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         16558 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         16564 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         16577 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         16584 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         17387 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_VAR, property_name, IS_CONST, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         17409 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         17429 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         17436 Zend/zend_vm_execute.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         17452 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         17458 Zend/zend_vm_execute.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         17467 Zend/zend_vm_execute.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         17488 Zend/zend_vm_execute.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         18672 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         18678 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         18691 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         18698 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         19072 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         19092 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         19099 Zend/zend_vm_execute.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         19115 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         19121 Zend/zend_vm_execute.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         19130 Zend/zend_vm_execute.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         19151 Zend/zend_vm_execute.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         19700 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         19709 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         19715 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         19762 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         19768 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         19781 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         19788 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         20591 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_VAR, property_name, IS_CV, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         20613 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         20633 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         20640 Zend/zend_vm_execute.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         20656 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         20662 Zend/zend_vm_execute.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         20671 Zend/zend_vm_execute.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         20692 Zend/zend_vm_execute.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         21359 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         21368 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         21374 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         21421 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         21427 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         21440 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         21447 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         22255 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_VAR, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         22277 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         22297 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         22304 Zend/zend_vm_execute.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         22320 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         22326 Zend/zend_vm_execute.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         22335 Zend/zend_vm_execute.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         22356 Zend/zend_vm_execute.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         22906 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         22915 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         22921 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         22968 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         22974 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         22987 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         22994 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         23724 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, IS_CONST, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         24779 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         24785 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         24798 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         24805 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         25321 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         25330 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         25336 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         25383 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         25389 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         25402 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         25409 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         26139 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, IS_CV, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         26808 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         26817 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         26823 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         26870 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         26876 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         26889 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         26896 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         27631 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         30501 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         30510 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         30516 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         30563 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         30569 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         30582 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         30589 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         31721 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_CV, property_name, IS_CONST, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         31743 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         31763 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         31770 Zend/zend_vm_execute.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         31786 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         31792 Zend/zend_vm_execute.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         31801 Zend/zend_vm_execute.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         31822 Zend/zend_vm_execute.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         33921 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         33927 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         33940 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         33947 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         34506 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         34526 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         34533 Zend/zend_vm_execute.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         34549 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         34555 Zend/zend_vm_execute.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         34564 Zend/zend_vm_execute.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         34585 Zend/zend_vm_execute.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         35756 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         35765 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         35771 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         35818 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         35824 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         35837 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         35844 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         36747 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_CV, property_name, IS_CV, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         36769 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         36789 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         36796 Zend/zend_vm_execute.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         36812 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         36818 Zend/zend_vm_execute.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         36827 Zend/zend_vm_execute.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         36848 Zend/zend_vm_execute.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         38416 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         38425 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         38431 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         38478 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         38484 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         38497 Zend/zend_vm_execute.h 				value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         38504 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         39413 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_CV, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
op1_type         39435 Zend/zend_vm_execute.h 		FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         39455 Zend/zend_vm_execute.h 		value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         39462 Zend/zend_vm_execute.h 			value = zend_assign_to_variable(variable_ptr, value, (opline+1)->op1_type);
op1_type         39478 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
op1_type         39484 Zend/zend_vm_execute.h 					FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
op1_type         39493 Zend/zend_vm_execute.h 					value = get_zval_ptr_r_deref((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         39514 Zend/zend_vm_execute.h 			value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
op1_type         45505 Zend/zend_vm_execute.h 	zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE->op2_type);
op1_type         49863 Zend/zend_vm_execute.h 		return zend_opcode_handlers[opcode * 25 + zend_vm_decode[op->op1_type] * 5 + zend_vm_decode[op->op2_type]];
op1_type         1087 ext/opcache/Optimizer/block_pass.c 			           (opline->op1_type == IS_CONST ||
op1_type         1088 ext/opcache/Optimizer/block_pass.c 			            (opline->op1_type == IS_TMP_VAR &&
op1_type         1409 ext/opcache/Optimizer/block_pass.c 				if (last_op->op1_type == IS_VAR) {
op1_type         1423 ext/opcache/Optimizer/block_pass.c 				if (last_op->op1_type & (IS_VAR|IS_TMP_VAR)) {
op1_type         1696 ext/opcache/Optimizer/block_pass.c 				if (!(last_op->op1_type & (IS_VAR|IS_TMP_VAR))) {
op1_type          152 ext/opcache/Optimizer/compact_literals.c 							opline->op1_type,
op1_type          166 ext/opcache/Optimizer/compact_literals.c 							opline->op1_type,
op1_type          192 ext/opcache/Optimizer/compact_literals.c 							opline->op1_type,
op1_type          255 ext/opcache/Optimizer/compact_literals.c 							opline->op1_type,
op1_type          278 ext/opcache/Optimizer/compact_literals.c 								opline->op1_type,
op1_type          412 ext/opcache/Optimizer/pass1_5.c 						opline->op1_type = IS_CONST;
op1_type          656 ext/opcache/Optimizer/pass1_5.c 				opline->op1_type == IS_CONST &&
op1_type          677 ext/opcache/Optimizer/pass1_5.c 					if (op->op1_type == IS_VAR && op->op1.var == var) {
op1_type          695 ext/opcache/Optimizer/pass1_5.c 					if (use->op1_type == IS_VAR && use->op1.var == var) {
op1_type          696 ext/opcache/Optimizer/pass1_5.c 						use->op1_type = IS_CV;
op1_type          106 ext/opcache/Optimizer/pass3.c 						zend_uchar tmp_type = opline->op1_type;
op1_type           82 ext/opcache/Optimizer/zend_optimizer.c 			if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) {
op1_type          566 ext/opcache/Optimizer/zend_optimizer.c 		if (opline->op1_type == IS_CONST) {
op1_type          610 ext/opcache/Optimizer/zend_optimizer.c 		if (opline->op1_type == IS_CONST) {
op1_type           42 ext/opcache/Optimizer/zend_optimizer_internal.h 	(opline)->op1_type =  IS_UNUSED; \
op1_type          347 ext/opcache/ZendAccelerator.h # define ZEND_OP1_TYPE(opline)		(opline)->op1_type
op1_type          100 sapi/phpdbg/phpdbg_opcode.c 		decode[1] = phpdbg_decode_op(ops, &op->op1, op->op1_type);