Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c1045 zend_long result_type = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
1050 &result_type, &ms_timeout)) { in PHP_METHOD()
1057 if (result_type == PDO_FETCH_USE_DEFAULT) { in PHP_METHOD()
1058 result_type = dbh->default_fetch_type; in PHP_METHOD()
1061 …if (result_type != PDO_FETCH_BOTH && result_type != PDO_FETCH_ASSOC && result_type != PDO_FETCH_NU… in PHP_METHOD()
1093 if (result_type == PDO_FETCH_NUM || result_type == PDO_FETCH_BOTH) { in PHP_METHOD()
1100 if (result_type == PDO_FETCH_ASSOC || result_type == PDO_FETCH_BOTH) { in PHP_METHOD()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h27 #define ZEND_RESULT_TYPE(opline) (opline)->result_type
46 #define RESULT_UNUSED(op) (op->result_type == IS_UNUSED)
H A Dzend_cfg.h117 ((opline)->result_type != IS_UNUSED)
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()
628 if (opline->result_type == IS_CONST) { in zend_dump_op()
631 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_dump_op()
636 …zend_dump_ssa_var(op_array, ssa, ssa_var_num, opline->result_type, EX_VAR_TO_NUM(opline->result.va… in zend_dump_op()
640 zend_dump_var(op_array, opline->result_type, EX_VAR_TO_NUM(opline->result.var)); in zend_dump_op()
646 …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.c525 (opline->result_type == opline->op1_type && in zend_optimize_block()
781 if (opline->op1_type == opline->result_type && in zend_optimize_block()
790 if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in zend_optimize_block()
1566 if (opline->result_type == IS_VAR) { in zend_t_usage()
1569 } else if (opline->result_type == IS_TMP_VAR) { in zend_t_usage()
1629 if (opline->result_type == IS_VAR) { in zend_t_usage()
1652 opline->result_type = IS_UNUSED; in zend_t_usage()
1658 } else if (opline->result_type == IS_TMP_VAR) { in zend_t_usage()
1664 opline->result_type = IS_UNUSED; in zend_t_usage()
H A Ddfa_pass.c518 op_array->opcodes[op_2].result_type = opline->op1_type; in zend_dfa_optimize_op_array()
541 opline->result_type = opline->op1_type; in zend_dfa_optimize_op_array()
632 opline->result_type = opline->op1_type; in zend_dfa_optimize_op_array()
H A Dzend_dfg.c192 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_build_dfg()
H A Dpass1_5.c116 zend_uchar type = opline->result_type; in zend_optimizer_pass1()
424 opline->result_type = IS_UNUSED; in zend_optimizer_pass1()
H A Dpass3.c251 zend_uchar T_type = opline->result_type; in zend_optimizer_pass3()
H A Dzend_ssa.c172 if (op->result_type != IS_TMP_VAR || op->result.var != var_num) { in find_adjusted_tmp_var()
765 if (opline->result_type == IS_CV) { in zend_ssa_rename()
770 } else if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in zend_ssa_rename()
H A Dzend_optimizer.c97 if (opline->result_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_lookup_cv()
865 …(opline->result_type == IS_UNUSED ? 0 : (RES_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY_BE_REF|MAY_BE_A… in zend_redo_pass_two_ex()
H A Dzend_inference.c3184 if (opline->result_type == IS_TMP_VAR) { in zend_update_type_info()
3276 if (opline->result_type == IS_TMP_VAR) { in zend_update_type_info()
3592 if (opline->opcode == ZEND_ASSIGN && opline->result_type == IS_UNUSED && in zend_type_narrowing()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c260 ZEND_ARG_INFO(0, result_type)
271 ZEND_ARG_INFO(0, result_type)
284 ZEND_ARG_INFO(0, result_type)
528 ZEND_ARG_INFO(0, result_type)
591 ZEND_ARG_INFO(0, result_type)
2735 result_type = PGSQL_ASSOC;
2784 if (result_type & PGSQL_NUM) {
2909 long result_type = PGSQL_ASSOC; local
5332 if (result_type & PGSQL_NUM) {
5345 if (result_type & PGSQL_ASSOC) {
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_opcode.c116 decode[3] = phpdbg_decode_op(ops, &opline->result, opline->result_type); in phpdbg_decode_opline()
/PHP-7.1/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.1/Zend/
H A Dzend_opcode.c629 if (call->result_type == IS_UNUSED) { in pass_two()
630 opline->result_type = IS_UNUSED; in pass_two()
660 if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in pass_two()
H A Dzend.c435 EG(exception_op)[0].result_type = IS_UNUSED; in zend_init_exception_op()
440 EG(exception_op)[1].result_type = IS_UNUSED; in zend_init_exception_op()
445 EG(exception_op)[2].result_type = IS_UNUSED; in zend_init_exception_op()
456 EG(call_trampoline_op).result_type = IS_UNUSED; in zend_init_call_trampoline_op()
H A Dzend.h54 (EX(prev_execute_data)->opline->result_type != IS_UNUSED))
H A Dzend_compile.h43 (opline)->result_type = IS_UNUSED; \
151 zend_uchar result_type; member
H A Dzend_compile.c753 if (opline->result_type == IS_VAR in zend_do_free()
765 opline->result_type = IS_UNUSED; in zend_do_free()
767 opline->result_type = IS_UNUSED; in zend_do_free()
777 if (opline->result_type == IS_VAR in zend_do_free()
1217 opline->result_type = IS_UNUSED; in zend_do_early_binding()
1993 opline->result_type = IS_VAR; in zend_make_var_result()
2001 opline->result_type = IS_TMP_VAR; in zend_make_tmp_result()
2665 opline->result_type = IS_VAR; in zend_separate_if_call_and_write()
4101 opline->result_type = IS_TMP_VAR; in zend_handle_loops_and_finally_ex()
4857 opline->result_type = IS_TMP_VAR; in zend_compile_try()
[all …]
H A Dzend_vm_def.h6088 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6132 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6185 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6262 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6320 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
6373 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
H A Dzend_execute.c72 #define RETURN_VALUE_USED(opline) ((opline)->result_type != IS_UNUSED)
H A Dzend_vm_execute.h16769 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
16813 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
16866 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
16943 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
17001 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
17054 if (opline->result_type & (IS_TMP_VAR|IS_CV)) {
62728 if (spec & SPEC_RULE_RETVAL) offset = offset * 2 + (op->result_type != IS_UNUSED);
/PHP-7.1/ext/mysqli/
H A Dmysqli_fe.c233 ZEND_ARG_INFO(0, result_type)
237 ZEND_ARG_INFO(0, result_type)
/PHP-7.1/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()

Completed in 268 milliseconds