Lines Matching refs:IS_VAR

648 	if (loop_var && (loop_var->op_type & (IS_VAR|IS_TMP_VAR))) {  in zend_begin_loop()
695 } else if (op1->op_type == IS_VAR) { in zend_do_free()
702 if (opline->result_type == IS_VAR in zend_do_free()
714 opline->op1_type == IS_VAR && in zend_do_free()
719 if (opline->result_type == IS_VAR in zend_do_free()
1864 opline->result_type = IS_VAR; in zend_make_var_result()
2079 if (result->op_type == IS_VAR) { in zend_compile_memoized_expr()
2426 if (node->op_type == IS_VAR) { in zend_separate_if_call_and_write()
2428 opline->result_type = IS_VAR; in zend_separate_if_call_and_write()
2880 if (source_node.op_type != IS_VAR && zend_is_call(source_ast)) { in zend_compile_assign_ref()
3063 if (arg_node.op_type == IS_VAR) { in zend_compile_args()
4232 ZEND_ASSERT(loop_var->var_type & (IS_VAR|IS_TMP_VAR)); in zend_handle_loops_and_finally_ex()
4307 && (expr_node.op_type == IS_CV || (by_ref && expr_node.op_type == IS_VAR)) in zend_compile_return()
4323 zend_handle_loops_and_finally((expr_node.op_type & (IS_TMP_VAR | IS_VAR)) ? &expr_node : NULL); in zend_compile_return()
4681 opline->op2_type = IS_VAR; in zend_compile_foreach()
4883 (expr_node.op_type & (IS_VAR|IS_TMP_VAR)) ? ZEND_CASE : ZEND_IS_EQUAL, in zend_compile_switch()
4941 if (expr_node.op_type & (IS_VAR|IS_TMP_VAR)) { in zend_compile_switch()
6583 opline->result_type = IS_VAR; in zend_compile_class_decl()
7667 if (node->op_type == IS_TMP_VAR || node->op_type == IS_VAR) { in zend_compile_assign_coalesce()
7678 if (node->op_type == IS_TMP_VAR || node->op_type == IS_VAR) { in zend_compile_assign_coalesce()