Lines Matching refs:IS_TMP_VAR

583 	if (loop_var && (loop_var->op_type & (IS_VAR|IS_TMP_VAR))) {  in zend_begin_loop()
614 if (op1->op_type == IS_TMP_VAR) { in zend_do_free()
621 if (opline->result_type == IS_TMP_VAR && opline->result.var == op1->u.op.var) { in zend_do_free()
1859 opline->result_type = IS_TMP_VAR; in zend_make_tmp_result()
2063 opline->result_type = expr->op_type = IS_TMP_VAR; in zend_emit_return_type_check()
2758 if (arg_node.op_type & (IS_CONST|IS_TMP_VAR)) { in zend_compile_args()
3590 opline->result_type = IS_TMP_VAR; in zend_handle_loops_and_finally_ex()
3606 ZEND_ASSERT(loop_var->var_type == IS_VAR || loop_var->var_type == IS_TMP_VAR); in zend_handle_loops_and_finally_ex()
3646 opline->op1_type = IS_TMP_VAR; in zend_compile_return()
4077 if (expr_node.op_type == IS_VAR || expr_node.op_type == IS_TMP_VAR) { in zend_compile_switch()
4091 case_node.op_type = IS_TMP_VAR; in zend_compile_switch()
4151 if (expr_node.op_type == IS_VAR || expr_node.op_type == IS_TMP_VAR) { in zend_compile_switch()
4198 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()
4265 opline->result_type = IS_TMP_VAR; in zend_compile_try()
4279 opline->op1_type = IS_TMP_VAR; in zend_compile_try()
6150 if (left_node.op_type == IS_TMP_VAR) { in zend_compile_short_circuiting()
6154 opline_jmpz->result_type = IS_TMP_VAR; in zend_compile_short_circuiting()
6485 result->op_type = opline->result_type = IS_TMP_VAR; in zend_compile_isset_or_empty()
6752 result->op_type = IS_TMP_VAR; in zend_compile_rope_add()
6829 opline->result_type = IS_TMP_VAR; in zend_compile_encaps_list()
6839 opline->result_type = IS_TMP_VAR; in zend_compile_encaps_list()