Searched refs:bind_result (Results 1 – 25 of 49) sorted by relevance
12
/PHP-8.1/ext/mysqli/tests/ |
H A D | bug66762.phpt | 2 Bug #66762 mysqli@libmysql segfault in mysqli_stmt::bind_result() when link closed 19 var_dump($read_stmt->bind_result($data)); 22 var_dump($read_stmt->bind_result($data));
|
H A D | bug62046.phpt | 26 if (FALSE === $stmt->bind_result($one)) { 27 printf("[005] bind_result failed, [%d] %s\n", $stmt->errorno, $stmt->error); 30 printf("[006] bind_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
|
H A D | ps_cursor_multiple_result_sets.phpt | 30 $stmt->bind_result($v1, $v2); 36 $stmt->bind_result($v1, $v2); 46 $stmt->bind_result($v1, $v2); 53 $stmt->bind_result($v1, $v2);
|
H A D | gh8058.phpt | 18 $stmt->bind_result($a,$a,$a); 25 $stmt->bind_result($a,$a,$a);
|
H A D | mysqli_ps_select_union.phpt | 31 if (!$stmt->execute() || !$stmt->bind_result($column1)) 56 /* Note: bind_result before execute */ 57 if (!$stmt->bind_result($column1) || !$stmt->execute()) 87 if (!$stmt->execute() || !$stmt->bind_result($column1)) 107 if (!$stmt->bind_result($column1) || !$stmt->execute()) 136 if (!$stmt->execute() || !$stmt->bind_result($column1)) 156 if (!$stmt->bind_result($column1) || !$stmt->execute()) 177 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1)) 196 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute()) 217 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1)) [all …]
|
H A D | mysqli_stmt_bind_param_check_param_no_change.phpt | 27 $stmt->bind_result($one); 47 $stmt->bind_result($one, $two); 58 $stmt->bind_result($one, $two);
|
H A D | 048.phpt | 2 mysqli bind_result (OO-Style) 30 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
|
H A D | 064.phpt | 17 $stmt->bind_result($foo);
|
H A D | bug35103.phpt | 28 $stmt->bind_result($v); 41 $stmt->bind_result($v2);
|
H A D | bug38710.phpt | 17 $qry->bind_result($text);
|
H A D | bug33263.phpt | 25 $stmt->bind_result($database);
|
H A D | mysqli_stmt_attr_set.phpt | 138 $stmt->bind_result($id, $label); 152 $stmt->bind_result($id, $label); 169 $stmt->bind_result($id, $label); 198 $stmt->bind_result($id, $label); 225 $stmt->bind_result($id, $label);
|
H A D | 063.phpt | 17 $stmt->bind_result($foo);
|
H A D | mysqli_change_user_prepared_statements.phpt | 22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
|
H A D | bug55653.phpt | 25 !($stmt->bind_result($in_and_out)))
|
H A D | bug34785.phpt | 34 $stmt->bind_result($var);
|
H A D | bug80837.phpt | 23 $statement->bind_result($name);
|
H A D | bug44897.phpt | 40 if (!$stmt->bind_result($out_new_label) || !$stmt->fetch()) 61 if (!$stmt2->bind_result($out_new_label) || !$stmt2->fetch())
|
H A D | mysqli_stmt_multires.phpt | 37 if (!$stmt->bind_result($c_id, $c_label)) { 63 if (!$stmt->bind_result($c_id, $c_label)) {
|
H A D | bug66043.phpt | 38 $stmt->bind_result($testArg);
|
H A D | bug76386.phpt | 43 $stmt->bind_result($tsid, $ts, $ts2, $ts2b, $ts4, $ts4b, $ts6, $ts6b); 71 $stmt->bind_result($tid, $t, $t2, $t4, $t6);
|
H A D | mysqli_next_result_error.phpt | 39 $stmt->bind_result($num);
|
H A D | mysqli_stmt_execute_bind_libmysql.phpt | 26 $stmt->bind_result($v1, $v2, $v3);
|
H A D | bug70949.phpt | 28 if ($stmt->bind_result($name)) {
|
H A D | bug35759.phpt | 44 call_user_func_array(array($stmt, "bind_result"), $params);
|
Completed in 30 milliseconds
12