Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_vars.c45 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_optimizer_compact_vars()
93 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_optimizer_compact_vars()
H A Dzend_cfg.h116 ((opline)->result_type != IS_UNUSED)
H A Doptimize_temp_vars_5.c68 if (opline->result_type & (IS_VAR | IS_TMP_VAR)) { in zend_optimize_temporary_variables()
152 if (opline->result_type & (IS_VAR | IS_TMP_VAR)) { in zend_optimize_temporary_variables()
H A Dpass3.c215 zend_uchar T_type = opline->result_type; in zend_optimizer_pass3()
301 if(op->result_type == IS_TMP_VAR && in zend_optimizer_pass3()
335 if(op->result_type == IS_TMP_VAR && in zend_optimizer_pass3()
411 opline->result_type = IS_UNUSED; in zend_optimizer_pass3()
H A Dzend_dfg.c195 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_build_dfg()
198 && opline->result_type == IS_CV) { in zend_build_dfg()
H A Dzend_dump.c430 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_dump_op()
433 …zend_dump_ssa_var(op_array, ssa, ssa_var_num, opline->result_type, EX_VAR_TO_NUM(opline->result.va… in zend_dump_op()
435 zend_dump_var(op_array, opline->result_type, EX_VAR_TO_NUM(opline->result.var)); in zend_dump_op()
698 if (opline->result_type == IS_CONST) { in zend_dump_op()
701 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_dump_op()
706 …zend_dump_ssa_var(op_array, ssa, ssa_var_num, opline->result_type, EX_VAR_TO_NUM(opline->result.va… in zend_dump_op()
710 zend_dump_var(op_array, opline->result_type, EX_VAR_TO_NUM(opline->result.var)); in zend_dump_op()
716 …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 Dblock_pass.c360 src->result_type = IS_UNUSED; in zend_optimize_block()
624 (opline->result_type == opline->op1_type && in zend_optimize_block()
892 if (opline->op1_type == opline->result_type && in zend_optimize_block()
902 if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in zend_optimize_block()
1421 same_t[VAR_NUM_EX(last_op->result)] |= last_op->result_type; in zend_jmp_optimization()
1666 if (opline->result_type == IS_VAR) { in zend_t_usage()
1669 } else if (opline->result_type == IS_TMP_VAR) { in zend_t_usage()
1730 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 Dpass1_5.c96 …if (zend_optimizer_replace_by_const(op_array, opline + 1, opline->result_type, opline->result.var,… in zend_optimizer_pass1()
320 opline->result_type = IS_UNUSED; in zend_optimizer_pass1()
536 (opline + 1)->op1_type == opline->result_type && in zend_optimizer_pass1()
H A Ddfa_pass.c844 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
858 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
872 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
898 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
1208 op_array->opcodes[op_2].result_type = opline->op1_type; in zend_dfa_optimize_op_array()
1236 opline->result_type = opline->op1_type; in zend_dfa_optimize_op_array()
1292 opline->result_type = opline->op1_type; in zend_dfa_optimize_op_array()
H A Dpass2.c143 opline->result_type == IS_TMP_VAR && in zend_optimizer_pass2()
H A Dzend_optimizer_internal.h41 #define RESULT_UNUSED(op) (op->result_type == IS_UNUSED)
H A Dsccp.c2284 && opline->result_type & (IS_VAR|IS_TMP_VAR) in try_remove_definition()
2292 zend_uchar old_type = opline->result_type; in try_remove_definition()
2303 opline->result_type = old_type; in try_remove_definition()
2320 opline->result_type = IS_UNUSED; in try_remove_definition()
2365 opline->result_type = IS_UNUSED; in try_remove_definition()
H A Descape_analysis.c360 if (opline->op2_type == IS_CV || opline->result_type != IS_UNUSED) { in is_escape_use()
H A Dssa_integrity.c198 if (is_var_type(opline->result_type)) { in ssa_verify_integrity()
H A Ddce.c358 def_opline->result_type = IS_UNUSED; in try_remove_var_def()
H A Dzend_ssa.c179 if (op->result_type != IS_TMP_VAR || op->result.var != var_num) { in find_adjusted_tmp_var()
792 if (opline->result_type == IS_CV) { in zend_ssa_rename()
801 } else if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in zend_ssa_rename()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c1038 zend_long result_type = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
1043 &result_type, &ms_timeout)) { in PHP_METHOD()
1050 if (result_type == PDO_FETCH_USE_DEFAULT) { in PHP_METHOD()
1051 result_type = dbh->default_fetch_type; in PHP_METHOD()
1054 …if (result_type != PDO_FETCH_BOTH && result_type != PDO_FETCH_ASSOC && result_type != PDO_FETCH_NU… in PHP_METHOD()
1094 if (result_type == PDO_FETCH_NUM || result_type == PDO_FETCH_BOTH) { in PHP_METHOD()
1101 if (result_type == PDO_FETCH_ASSOC || result_type == PDO_FETCH_BOTH) { in PHP_METHOD()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_opcode.c120 decode[3] = phpdbg_decode_op(ops, opline, &opline->result, opline->result_type); in phpdbg_decode_opline()
123 decode[3] = phpdbg_decode_op(ops, opline, &opline->result, opline->result_type); in phpdbg_decode_opline()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c252 ZEND_ARG_INFO(0, result_type)
263 ZEND_ARG_INFO(0, result_type)
276 ZEND_ARG_INFO(0, result_type)
520 ZEND_ARG_INFO(0, result_type)
583 ZEND_ARG_INFO(0, result_type)
2740 result_type = PGSQL_ASSOC;
2789 if (result_type & PGSQL_NUM) {
2912 long result_type = PGSQL_ASSOC; local
5326 if (result_type & PGSQL_NUM) {
5340 if (result_type & PGSQL_ASSOC) {
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt125 Inspecting parameter 'result_type' of method 'fetch_all'
148 Inspecting parameter 'result_type' of method 'fetch_array'
/PHP-7.4/Zend/
H A Dzend_opcode.c783 if ((opline->result_type & (IS_TMP_VAR|IS_VAR)) && !is_fake_def(opline)) { in zend_calc_live_ranges()
989 if (call->result_type == IS_UNUSED) { in pass_two()
990 opline->result_type = IS_UNUSED; in pass_two()
1035 if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in pass_two()
H A Dzend.h54 (EX(prev_execute_data)->opline->result_type != IS_UNUSED))
H A Dzend_compile.c702 if (opline->result_type == IS_VAR in zend_do_free()
706 opline->result_type = IS_UNUSED; in zend_do_free()
708 opline->result_type = IS_UNUSED; in zend_do_free()
719 if (opline->result_type == IS_VAR in zend_do_free()
1837 opline->result_type = IS_TMP_VAR; in zend_adjust_for_fetch_type()
1847 opline->result_type = IS_TMP_VAR; in zend_adjust_for_fetch_type()
1864 opline->result_type = IS_VAR; in zend_make_var_result()
1872 opline->result_type = IS_TMP_VAR; in zend_make_tmp_result()
2428 opline->result_type = IS_VAR; in zend_separate_if_call_and_write()
5042 opline->result_type = IS_CV; in zend_compile_try()
[all …]
H A Dzend_compile.h39 (opline)->result_type = IS_UNUSED; \
146 zend_uchar result_type; member
/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.c231 ZEND_ARG_INFO(0, result_type)
235 ZEND_ARG_INFO(0, result_type)

Completed in 95 milliseconds

12