Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 25 of 31) sorted by path

12

/PHP-7.2/Zend/
H A Dzend.c503 EG(exception_op)[0].result_type = IS_UNUSED; in zend_init_exception_op()
508 EG(exception_op)[1].result_type = IS_UNUSED; in zend_init_exception_op()
513 EG(exception_op)[2].result_type = IS_UNUSED; in zend_init_exception_op()
524 EG(call_trampoline_op).result_type = IS_UNUSED; in zend_init_call_trampoline_op()
H A Dzend.h53 (EX(prev_execute_data)->opline->result_type != IS_UNUSED))
H A Dzend_compile.c771 if (opline->result_type == IS_VAR in zend_do_free()
783 opline->result_type = IS_UNUSED; in zend_do_free()
785 opline->result_type = IS_UNUSED; in zend_do_free()
795 if (opline->result_type == IS_VAR in zend_do_free()
1235 opline->result_type = IS_UNUSED; in zend_do_early_binding()
1988 opline->result_type = IS_VAR; in zend_make_var_result()
1996 opline->result_type = IS_TMP_VAR; in zend_make_tmp_result()
2664 opline->result_type = IS_VAR; in zend_separate_if_call_and_write()
4348 opline->result_type = IS_TMP_VAR; in zend_handle_loops_and_finally_ex()
5208 opline->result_type = IS_TMP_VAR; in zend_compile_try()
[all …]
H A Dzend_compile.h43 (opline)->result_type = IS_UNUSED; \
153 zend_uchar result_type; member
H A Dzend_execute.c107 #define RETURN_VALUE_USED(opline) ((opline)->result_type != IS_UNUSED)
3001 if (opline->result_type & (IS_VAR | IS_TMP_VAR)) { \
H A Dzend_opcode.c639 if (call->result_type == IS_UNUSED) { in pass_two()
640 opline->result_type = IS_UNUSED; in pass_two()
683 if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in pass_two()
H A Dzend_vm_def.h5907 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
5946 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
5990 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6068 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6111 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6155 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
7088 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
H A Dzend_vm_execute.h1777 if (throw_op->result_type & (IS_VAR | IS_TMP_VAR)) {
16873 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
16912 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
16956 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
17034 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
17077 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
17121 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
69038 if (spec & SPEC_RULE_RETVAL) offset = offset * 2 + (op->result_type != IS_UNUSED);
69091 if (spec & SPEC_RULE_RETVAL) offset = offset * 2 + (op->result_type != IS_UNUSED);
/PHP-7.2/ext/mysqli/
H A Dmysqli_fe.c233 ZEND_ARG_INFO(0, result_type)
237 ZEND_ARG_INFO(0, result_type)
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt130 Inspecting parameter 'result_type' of method 'fetch_all'
153 Inspecting parameter 'result_type' of method 'fetch_array'
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c1718 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash() argument
1831 if (result_type & ODBC_NUM) { in php_odbc_fetch_hash()
/PHP-7.2/ext/opcache/Optimizer/
H A Dblock_pass.c354 src->result_type = IS_UNUSED; in zend_optimize_block()
604 (opline->result_type == opline->op1_type && in zend_optimize_block()
859 if (opline->op1_type == opline->result_type && in zend_optimize_block()
868 if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in zend_optimize_block()
1429 same_t[VAR_NUM_EX(last_op->result)] |= last_op->result_type; in zend_jmp_optimization()
1659 if (opline->result_type == IS_VAR) { in zend_t_usage()
1662 } else if (opline->result_type == IS_TMP_VAR) { in zend_t_usage()
1722 if (opline->result_type == IS_VAR) { in zend_t_usage()
1745 opline->result_type = IS_UNUSED; in zend_t_usage()
1751 } else if (opline->result_type == IS_TMP_VAR) { in zend_t_usage()
[all …]
H A Dcompact_vars.c45 if (opline->result_type == IS_CV) { in zend_optimizer_compact_vars()
81 if (opline->result_type == IS_CV) { in zend_optimizer_compact_vars()
83 } else if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in zend_optimizer_compact_vars()
H A Ddce.c327 def_opline->result_type = IS_UNUSED; in try_remove_var_def()
417 opline->result_type = IS_UNUSED; in simplify_jumps()
427 opline->result_type = IS_UNUSED; in simplify_jumps()
491 opline->result_type = IS_UNUSED; in simplify_jumps()
566 if ((op_array->opcodes[def].result_type == IS_UNUSED) && in dce_live_ranges()
573 if (op_array->opcodes[def].result_type == IS_UNUSED) { in dce_live_ranges()
578 if ((op_array->opcodes[def].result_type & (IS_TMP_VAR|IS_VAR)) in dce_live_ranges()
590 ZEND_ASSERT(op_array->opcodes[def].result_type & (IS_TMP_VAR|IS_VAR)); in dce_live_ranges()
594 if (!(op_array->opcodes[def].result_type & (IS_TMP_VAR|IS_VAR)) in dce_live_ranges()
H A Ddfa_pass.c734 op_array->opcodes[op_2].result_type = opline->op1_type; in zend_dfa_optimize_op_array()
762 opline->result_type = opline->op1_type; in zend_dfa_optimize_op_array()
852 opline->result_type = opline->op1_type; in zend_dfa_optimize_op_array()
H A Doptimize_temp_vars_5.c69 if (opline->result_type & (IS_VAR | IS_TMP_VAR)) { in zend_optimize_temporary_variables()
153 if (opline->result_type & (IS_VAR | IS_TMP_VAR)) { in zend_optimize_temporary_variables()
H A Dpass1_5.c98 …if (zend_optimizer_replace_by_const(op_array, opline + 1, opline->result_type, opline->result.var,… in zend_optimizer_pass1()
397 opline->result_type = IS_UNUSED; in zend_optimizer_pass1()
H A Dpass2.c136 opline->result_type == IS_TMP_VAR && in zend_optimizer_pass2()
H A Dpass3.c247 zend_uchar T_type = opline->result_type; in zend_optimizer_pass3()
333 if(op->result_type == IS_TMP_VAR && in zend_optimizer_pass3()
367 if(op->result_type == IS_TMP_VAR && in zend_optimizer_pass3()
441 opline->result_type = IS_UNUSED; in zend_optimizer_pass3()
H A Dsccp.c1559 if (opline->result_type & (IS_TMP_VAR|IS_VAR)) { in replace_constant_operands()
1577 if (opline->result_type & (IS_TMP_VAR|IS_VAR)) { in replace_constant_operands()
1603 if (opline->result_type & (IS_TMP_VAR|IS_VAR)) { in replace_constant_operands()
1607 opline->result_type = IS_UNUSED; in replace_constant_operands()
H A Dssa_integrity.c198 if (is_var_type(opline->result_type)) { in ssa_verify_integrity()
H A Dzend_cfg.h123 ((opline)->result_type != IS_UNUSED)
H A Dzend_dfg.c190 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_build_dfg()
193 && opline->result_type == IS_CV) { in zend_build_dfg()
H A Dzend_dump.c401 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_dump_op()
404 …zend_dump_ssa_var(op_array, ssa, ssa_var_num, opline->result_type, EX_VAR_TO_NUM(opline->result.va… in zend_dump_op()
406 zend_dump_var(op_array, opline->result_type, EX_VAR_TO_NUM(opline->result.var)); in zend_dump_op()
646 if (opline->result_type == IS_CONST) { in zend_dump_op()
649 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_dump_op()
654 …zend_dump_ssa_var(op_array, ssa, ssa_var_num, opline->result_type, EX_VAR_TO_NUM(opline->result.va… in zend_dump_op()
658 zend_dump_var(op_array, opline->result_type, EX_VAR_TO_NUM(opline->result.var)); in zend_dump_op()
664 …zend_dump_ssa_var(op_array, ssa, ssa_var_num, opline->result_type, EX_VAR_TO_NUM(opline->result.va… in zend_dump_op()
H A Dzend_inference.c3314 if (opline->result_type == IS_TMP_VAR) { in zend_update_type_info()
3420 if (opline->result_type == IS_TMP_VAR) { in zend_update_type_info()
3737 if (opline->opcode == ZEND_ASSIGN && opline->result_type == IS_UNUSED && in zend_type_narrowing()

Completed in 293 milliseconds

12