Lines Matching refs:result_type

581 	opline->result_type = IS_TMP_VAR;  in zend_do_binary_op()
594 opline->result_type = IS_TMP_VAR; in zend_do_unary_op()
602 …eof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_typ…
647 opline->result_type = IS_VAR; in zend_do_binary_assign_op()
688 opline_ptr->result_type = IS_VAR; in fetch_simple_variable_ex()
736 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
761 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
815 opline.result_type = IS_VAR; in fetch_array_dim()
822 opline.result_type = IS_VAR; in fetch_array_dim()
855 opline->result_type = IS_TMP_VAR; in zend_do_print()
940 opline->result_type = IS_VAR; in zend_do_assign()
971 if (last_op->result_type == IS_VAR && in zend_do_assign()
1019 opline->result_type = IS_VAR; in zend_do_assign()
1054 opline->result_type = IS_VAR; in zend_do_assign_ref()
1058 opline->result_type = IS_UNUSED | EXT_TYPE_UNUSED; in zend_do_assign_ref()
1180 last_op->result_type = IS_VAR; in zend_do_pre_incdec()
1191 opline->result_type = IS_VAR; in zend_do_pre_incdec()
1207 last_op->result_type = IS_TMP_VAR; in zend_do_post_incdec()
1218 opline->result_type = IS_TMP_VAR; in zend_do_post_incdec()
1419 opline->result_type = IS_TMP_VAR; in zend_do_add_string()
1438 opline->result_type = IS_TMP_VAR; in zend_do_add_variable()
1460 if (opline->result_type == IS_VAR in zend_do_free()
1474 opline->result_type |= EXT_TYPE_UNUSED; in zend_do_free()
1486 } else if (opline->result_type==IS_VAR in zend_do_free()
1489 opline->result_type |= EXT_TYPE_UNUSED; in zend_do_free()
1752 dummy_opline.result_type = IS_UNUSED; in zend_do_begin_function_declaration()
2005 last_op->result_type = IS_UNUSED; in zend_do_begin_method_call()
2037 opline->result_type = IS_VAR; in zend_do_clone()
2301 …opline->result_type = IS_VAR; /* FIXME: Hack so that INIT_FCALL_BY_NAME still knows this is a clas… in zend_do_fetch_class()
2534 opline->result_type = IS_VAR; in zend_do_end_function_call()
2681 if (foreach_copy->result_type == IS_UNUSED) { in generate_free_foreach_copy()
2687 opline->opcode = (foreach_copy->result_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE; in generate_free_foreach_copy()
2791 opline->result_type = IS_VAR; in zend_do_yield()
4677 opline->result_type = IS_UNUSED; in zend_do_early_binding()
4740 opline->result_type = IS_TMP_VAR; in zend_do_boolean_or_begin()
4775 opline->result_type = IS_TMP_VAR; in zend_do_boolean_and_begin()
4915 opline->result_type = IS_TMP_VAR; in zend_do_case_before_statement()
5086 opline->result_type = IS_VAR; in zend_do_begin_class_declaration()
5435 opline.result_type = IS_VAR; in zend_do_fetch_property()
5442 opline.result_type = IS_VAR; in zend_do_fetch_property()
5505 opline->result_type = IS_VAR; in zend_do_begin_new_object()
5621 opline->result_type = IS_TMP_VAR; in zend_do_fetch_constant()
5672 opline->result_type = IS_TMP_VAR; in zend_do_fetch_constant()
5718 opline->result_type = IS_VAR; in zend_do_shell_exec()
5743 opline->result_type = IS_TMP_VAR; in zend_do_init_array()
5912 opline->result_type = IS_VAR; in zend_do_list_end()
6005 opline->result_type = IS_VAR; in zend_do_fetch_static_variable()
6029 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].result_type |= EXT_TYPE_UNUSED; in zend_do_fetch_static_variable()
6067 opline->result_type = IS_VAR; in zend_do_fetch_global_variable()
6083 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].result_type |= EXT_TYPE_UNUSED; in zend_do_fetch_global_variable()
6092 opline->result_type = IS_TMP_VAR; in zend_do_cast()
6108 opline->result_type = IS_VAR; in zend_do_include_or_eval()
6211 last_op->result_type = IS_TMP_VAR; in zend_do_isset_or_isempty()
6236 opline->result_type = IS_TMP_VAR; in zend_do_instanceof()
6267 opline->result_type = IS_VAR; in zend_do_foreach_begin()
6282 opline->result_type = IS_VAR; in zend_do_foreach_begin()
6296 opline->result_type = IS_VAR; in zend_do_foreach_begin()
6386 opline->result_type = IS_TMP_VAR; in zend_do_foreach_cont()
6522 opline->result_type = IS_TMP_VAR; in zend_do_begin_silence()
6547 opline->result_type = IS_VAR; in zend_do_jmp_set()
6550 opline->result_type = IS_TMP_VAR; in zend_do_jmp_set()
6572 CG(active_op_array)->opcodes[jmp_token->u.op.opline_num].result_type = IS_VAR; in zend_do_jmp_set_else()
6574 opline->result_type = IS_VAR; in zend_do_jmp_set_else()
6618 opline->result_type = IS_VAR; in zend_do_qm_true()
6621 opline->result_type = IS_TMP_VAR; in zend_do_qm_true()
6645 CG(active_op_array)->opcodes[colon_token->u.op.opline_num - 1].result_type = IS_VAR; in zend_do_qm_false()
6647 opline->result_type = IS_VAR; in zend_do_qm_false()