op1_type 486 Zend/zend.c EG(exception_op)[0].op1_type = IS_UNUSED; op1_type 491 Zend/zend.c EG(exception_op)[1].op1_type = IS_UNUSED; op1_type 496 Zend/zend.c EG(exception_op)[2].op1_type = IS_UNUSED; op1_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; } op1_type 746 Zend/zend_compile.c opline.op1_type = IS_CONST; op1_type 766 Zend/zend_compile.c if (opline_ptr->opcode != ZEND_FETCH_W && opline_ptr->op1_type == IS_CV) { op1_type 771 Zend/zend_compile.c opline.op1_type = IS_CONST; op1_type 787 Zend/zend_compile.c if (opline_ptr->op1_type == IS_CONST) { op1_type 917 Zend/zend_compile.c if ((opline->opcode == ZEND_FETCH_W) && (opline->op1_type == IS_CONST) op1_type 943 Zend/zend_compile.c opline->op1_type == IS_CV && op1_type 950 Zend/zend_compile.c opline->op1_type = IS_CONST; op1_type 1357 Zend/zend_compile.c if (opline->op1_type == IS_VAR && op1_type 1359 Zend/zend_compile.c opline->op1_type = IS_CV; op1_type 1487 Zend/zend_compile.c && opline->op1_type == IS_VAR op1_type 1742 Zend/zend_compile.c opline->op1_type = IS_CONST; op1_type 1906 Zend/zend_compile.c opline->op1_type = IS_UNUSED; op1_type 2548 Zend/zend_compile.c opline->op1_type = IS_CONST; op1_type 2558 Zend/zend_compile.c if (opline->op1_type == IS_CONST) { op1_type 2864 Zend/zend_compile.c opline->op1_type = IS_CONST; op1_type 3027 Zend/zend_compile.c opline->op1_type = IS_CONST; op1_type 5059 Zend/zend_compile.c if (opline->op1_type == IS_CONST) { op1_type 5201 Zend/zend_compile.c opline->op1_type = IS_CONST; op1_type 5754 Zend/zend_compile.c opline->op1_type = IS_CONST; op1_type 5761 Zend/zend_compile.c if (opline->op1_type == IS_CONST) { op1_type 5851 Zend/zend_compile.c opline->op1_type = IS_CONST; op1_type 6125 Zend/zend_compile.c if (opline->op1_type == IS_CONST) { op1_type 6187 Zend/zend_compile.c if (opline->op1_type == IS_CONST) { op1_type 119 Zend/zend_compile.h zend_uchar op1_type; op1_type 1154 Zend/zend_execute_API.c ret_opline->op1_type = IS_CONST; op1_type 1166 Zend/zend_execute_API.c if (opline->op1_type == IS_CONST) { op1_type 753 Zend/zend_opcode.c if (opline->op1_type == IS_CONST) { op1_type 780 Zend/zend_opcode.c if (opline->op1_type != IS_CONST || Z_TYPE_P(opline->op1.zv) != IS_NULL) { op1_type 337 Zend/zend_vm_def.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 466 Zend/zend_vm_def.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 1615 Zend/zend_vm_def.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 1647 Zend/zend_vm_def.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 1662 Zend/zend_vm_def.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 1665 Zend/zend_vm_def.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 1687 Zend/zend_vm_def.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 1689 Zend/zend_vm_def.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 716 Zend/zend_vm_execute.h args = get_zval_ptr(opline->op1_type, &opline->op1, execute_data, &free_op1, BP_VAR_R); op1_type 14513 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 14642 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 15558 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 15590 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 15604 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 15607 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 15629 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 15631 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 17026 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 17155 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 17910 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 17942 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 17957 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 17960 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 17982 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 17984 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 19126 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 19255 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 20172 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 20204 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 20219 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 20222 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 20244 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 20246 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 21332 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 21461 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 21849 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 21863 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 21866 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 21888 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 21890 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 22762 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 22891 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 23645 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 23677 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 23691 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 23694 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 23716 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 23718 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 24724 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 24852 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 25440 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 26137 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 26265 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 26854 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 27459 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 27587 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 28176 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 28782 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 28910 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 29213 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 29341 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 29929 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 32048 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 32176 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 33087 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 33119 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 33133 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 33136 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 33158 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 33160 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 34332 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 34460 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 35210 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 35242 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 35257 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 35260 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 35282 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 35284 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 36295 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 36423 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 37335 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 37367 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 37382 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 37385 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 37407 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 37409 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 38363 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 38491 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 38878 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 38892 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 38895 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 38917 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 38919 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_type 39644 Zend/zend_vm_execute.h zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 39772 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 40521 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 40553 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); op1_type 40567 Zend/zend_vm_execute.h value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_R); op1_type 40570 Zend/zend_vm_execute.h if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC)) { op1_type 40592 Zend/zend_vm_execute.h if ((opline+1)->op1_type == IS_TMP_VAR) { op1_type 40594 Zend/zend_vm_execute.h } else if ((opline+1)->op1_type == IS_CONST) { op1_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); op1_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]]; op1_type 1766 ext/opcache/Optimizer/block_pass.c if (!(last_op->op1_type & (IS_VAR|IS_TMP_VAR))) { op1_type 126 ext/opcache/Optimizer/compact_literals.c opline->op1_type, op1_type 140 ext/opcache/Optimizer/compact_literals.c opline->op1_type, op1_type 163 ext/opcache/Optimizer/compact_literals.c opline->op1_type, op1_type 220 ext/opcache/Optimizer/compact_literals.c opline->op1_type, op1_type 242 ext/opcache/Optimizer/compact_literals.c opline->op1_type, op1_type 545 ext/opcache/Optimizer/pass1_5.c opline->op1_type == IS_CONST && op1_type 566 ext/opcache/Optimizer/pass1_5.c if (op->op1_type == IS_VAR && op->op1.var == var) { op1_type 584 ext/opcache/Optimizer/pass1_5.c if (use->op1_type == IS_VAR && use->op1.var == var) { op1_type 585 ext/opcache/Optimizer/pass1_5.c use->op1_type = IS_CV; op1_type 79 ext/opcache/Optimizer/pass3.c zend_uchar tmp_type = opline->op1_type; op1_type 552 ext/opcache/Optimizer/zend_optimizer.c if (opline->op1_type == IS_CONST) { op1_type 593 ext/opcache/Optimizer/zend_optimizer.c if (opline->op1_type == IS_CONST) { op1_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]; } op1_type 367 ext/opcache/ZendAccelerator.h # define ZEND_OP1_TYPE(opline) (opline)->op1_type op1_type 94 sapi/phpdbg/phpdbg_opcode.c decode[1] = phpdbg_decode_op(ops, &op->op1, op->op1_type, vars TSRMLS_CC); op1_type 110 sapi/phpdbg/phpdbg_opcode.c decode[1] = phpdbg_decode_op(ops, &op->op1, op->op1_type, vars TSRMLS_CC); op1_type 119 sapi/phpdbg/phpdbg_opcode.c decode[1] = phpdbg_decode_op(ops, &op->op1, op->op1_type, vars TSRMLS_CC);