Lines Matching refs:result_type

578 	opline->result_type = IS_TMP_VAR;  in zend_do_binary_op()
591 opline->result_type = IS_TMP_VAR; in zend_do_unary_op()
599 …eof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_typ…
644 opline->result_type = IS_VAR; in zend_do_binary_assign_op()
685 opline_ptr->result_type = IS_VAR; in fetch_simple_variable_ex()
733 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
758 opline.result_type = IS_VAR; in zend_do_fetch_static_member()
812 opline.result_type = IS_VAR; in fetch_array_dim()
819 opline.result_type = IS_VAR; in fetch_array_dim()
852 opline->result_type = IS_TMP_VAR; in zend_do_print()
937 opline->result_type = IS_VAR; in zend_do_assign()
968 if (last_op->result_type == IS_VAR && in zend_do_assign()
1016 opline->result_type = IS_VAR; in zend_do_assign()
1051 opline->result_type = IS_VAR; in zend_do_assign_ref()
1055 opline->result_type = IS_UNUSED | EXT_TYPE_UNUSED; in zend_do_assign_ref()
1177 last_op->result_type = IS_VAR; in zend_do_pre_incdec()
1188 opline->result_type = IS_VAR; in zend_do_pre_incdec()
1204 last_op->result_type = IS_TMP_VAR; in zend_do_post_incdec()
1215 opline->result_type = IS_TMP_VAR; in zend_do_post_incdec()
1416 opline->result_type = IS_TMP_VAR; in zend_do_add_string()
1435 opline->result_type = IS_TMP_VAR; in zend_do_add_variable()
1457 if (opline->result_type == IS_VAR in zend_do_free()
1471 opline->result_type |= EXT_TYPE_UNUSED; in zend_do_free()
1483 } else if (opline->result_type==IS_VAR in zend_do_free()
1486 opline->result_type |= EXT_TYPE_UNUSED; in zend_do_free()
1740 dummy_opline.result_type = IS_UNUSED; in zend_do_begin_function_declaration()
2019 opline->result_type = IS_VAR; in zend_do_clone()
2225 …opline->result_type = IS_VAR; /* FIXME: Hack so that INIT_FCALL_BY_NAME still knows this is a clas… in zend_do_fetch_class()
2450 opline->result_type = IS_VAR; in zend_do_end_function_call()
2589 if (foreach_copy->result_type == IS_UNUSED && foreach_copy->op1_type == IS_UNUSED) { in generate_free_foreach_copy()
2595 opline->opcode = (foreach_copy->result_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE; in generate_free_foreach_copy()
4469 opline->result_type = IS_UNUSED; in zend_do_early_binding()
4532 opline->result_type = IS_TMP_VAR; in zend_do_boolean_or_begin()
4567 opline->result_type = IS_TMP_VAR; in zend_do_boolean_and_begin()
4707 opline->result_type = IS_TMP_VAR; in zend_do_case_before_statement()
4878 opline->result_type = IS_VAR; in zend_do_begin_class_declaration()
5215 opline.result_type = IS_VAR; in zend_do_fetch_property()
5222 opline.result_type = IS_VAR; in zend_do_fetch_property()
5284 opline->result_type = IS_VAR; in zend_do_begin_new_object()
5397 opline->result_type = IS_TMP_VAR; in zend_do_fetch_constant()
5448 opline->result_type = IS_TMP_VAR; in zend_do_fetch_constant()
5494 opline->result_type = IS_VAR; in zend_do_shell_exec()
5511 opline->result_type = IS_TMP_VAR; in zend_do_init_array()
5680 opline->result_type = IS_VAR; in zend_do_list_end()
5773 opline->result_type = IS_VAR; in zend_do_fetch_static_variable()
5797 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].result_type |= EXT_TYPE_UNUSED; in zend_do_fetch_static_variable()
5835 opline->result_type = IS_VAR; in zend_do_fetch_global_variable()
5851 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].result_type |= EXT_TYPE_UNUSED; in zend_do_fetch_global_variable()
5860 opline->result_type = IS_TMP_VAR; in zend_do_cast()
5876 opline->result_type = IS_VAR; in zend_do_include_or_eval()
5970 last_op->result_type = IS_TMP_VAR; in zend_do_isset_or_isempty()
5995 opline->result_type = IS_TMP_VAR; in zend_do_instanceof()
6041 opline->result_type = IS_VAR; in zend_do_foreach_begin()
6060 opline->result_type = IS_VAR; in zend_do_foreach_begin()
6143 opline->result_type = IS_TMP_VAR; in zend_do_foreach_cont()
6279 opline->result_type = IS_TMP_VAR; in zend_do_begin_silence()
6304 opline->result_type = IS_VAR; in zend_do_jmp_set()
6307 opline->result_type = IS_TMP_VAR; in zend_do_jmp_set()
6329 CG(active_op_array)->opcodes[jmp_token->u.op.opline_num].result_type = IS_VAR; in zend_do_jmp_set_else()
6331 opline->result_type = IS_VAR; in zend_do_jmp_set_else()
6375 opline->result_type = IS_VAR; in zend_do_qm_true()
6378 opline->result_type = IS_TMP_VAR; in zend_do_qm_true()
6402 CG(active_op_array)->opcodes[colon_token->u.op.opline_num - 1].result_type = IS_VAR; in zend_do_qm_false()
6404 opline->result_type = IS_VAR; in zend_do_qm_false()