Lines Matching refs:op1_type

714 				    opline->op1_type == IS_VAR &&  in zend_do_free()
2270 opline->op1_type = IS_CONST; in zend_set_class_name_op1()
2559 if (opline->op1_type == IS_CONST) { in zend_compile_static_prop()
2567 if (opline->op1_type != IS_CONST) { in zend_compile_static_prop()
3192 opline->op1_type = IS_CONST; in zend_compile_dynamic_call()
3309 opline->op1_type = IS_CONST; in zend_compile_func_defined()
3410 opline->op1_type = IS_CONST; in zend_compile_init_user_func()
3940 if (opline->op1_type == IS_UNUSED && opline->op2_type == IS_CONST && in zend_compile_method_call()
3997 if (opline->op1_type == IS_CONST) { in zend_compile_static_call()
4006 if (opline->op1_type == IS_CONST) { in zend_compile_static_call()
4013 } else if (opline->op1_type == IS_UNUSED in zend_compile_static_call()
4061 opline->op1_type = IS_CONST; in zend_compile_new()
4138 opline->op1_type = IS_CV; in zend_compile_static_var_common()
4219 opline->op1_type = IS_TMP_VAR; in zend_handle_loops_and_finally_ex()
4235 opline->op1_type = loop_var->var_type; in zend_handle_loops_and_finally_ex()
4851 if (opline->op1_type == IS_CONST) { in zend_compile_switch()
4886 if (opline->op1_type == IS_CONST) { in zend_compile_switch()
5033 opline->op1_type = IS_CONST; in zend_compile_try()
5108 opline->op1_type = IS_TMP_VAR; in zend_compile_try()
5960 opline->op1_type = IS_CONST; in zend_begin_func_decl()
5965 opline->op1_type = IS_CONST; in zend_begin_func_decl()
6577 opline->op1_type = IS_CONST; in zend_compile_class_decl()
8214 opline->op1_type = opline->op2_type; in zend_compile_encaps_list()
8224 opline->op1_type = init_opline->op2_type; in zend_compile_encaps_list()