Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/mysqli/tests/
H A Dbug66762.phpt2 Bug #66762 mysqli@libmysql segfault in mysqli_stmt::bind_result() when link closed
18 var_dump($read_stmt->bind_result($data));
21 var_dump($read_stmt->bind_result($data));
H A Dps_cursor_multiple_result_sets.phpt29 $stmt->bind_result($v1, $v2);
35 $stmt->bind_result($v1, $v2);
45 $stmt->bind_result($v1, $v2);
52 $stmt->bind_result($v1, $v2);
H A Dbug62046.phpt25 if (FALSE === $stmt->bind_result($one)) {
26 printf("[005] bind_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
29 printf("[006] bind_result failed, [%d] %s\n", $stmt->errorno, $stmt->error);
H A Dgh8058.phpt17 $stmt->bind_result($a,$a,$a);
24 $stmt->bind_result($a,$a,$a);
H A Dmysqli_ps_select_union.phpt30 if (!$stmt->execute() || !$stmt->bind_result($column1))
55 /* Note: bind_result before execute */
56 if (!$stmt->bind_result($column1) || !$stmt->execute())
86 if (!$stmt->execute() || !$stmt->bind_result($column1))
106 if (!$stmt->bind_result($column1) || !$stmt->execute())
135 if (!$stmt->execute() || !$stmt->bind_result($column1))
155 if (!$stmt->bind_result($column1) || !$stmt->execute())
176 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
195 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
216 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
[all …]
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt26 $stmt->bind_result($one);
46 $stmt->bind_result($one, $two);
57 $stmt->bind_result($one, $two);
H A D064.phpt16 $stmt->bind_result($foo);
H A D048.phpt2 mysqli bind_result (OO-Style)
29 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
H A Dbug35103.phpt27 $stmt->bind_result($v);
40 $stmt->bind_result($v2);
H A Dbug38710.phpt16 $qry->bind_result($text);
H A Dbug33263.phpt24 $stmt->bind_result($database);
H A D063.phpt16 $stmt->bind_result($foo);
H A Dmysqli_change_user_prepared_statements.phpt21 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
H A Dmysqli_stmt_attr_set.phpt137 $stmt->bind_result($id, $label);
151 $stmt->bind_result($id, $label);
168 $stmt->bind_result($id, $label);
197 $stmt->bind_result($id, $label);
224 $stmt->bind_result($id, $label);
H A Dbug55653.phpt24 !($stmt->bind_result($in_and_out)))
H A Dbug34785.phpt33 $stmt->bind_result($var);
H A Dbug80837.phpt22 $statement->bind_result($name);
H A Dbug44897.phpt40 if (!$stmt->bind_result($out_new_label) || !$stmt->fetch())
61 if (!$stmt2->bind_result($out_new_label) || !$stmt2->fetch())
H A Dmysqli_stmt_multires.phpt36 if (!$stmt->bind_result($c_id, $c_label)) {
62 if (!$stmt->bind_result($c_id, $c_label)) {
H A Dbug66043.phpt37 $stmt->bind_result($testArg);
H A Dbug76386.phpt42 $stmt->bind_result($tsid, $ts, $ts2, $ts2b, $ts4, $ts4b, $ts6, $ts6b);
70 $stmt->bind_result($tid, $t, $t2, $t4, $t6);
H A Dbug70949.phpt27 if ($stmt->bind_result($name)) {
H A Dmysqli_next_result_error.phpt38 $stmt->bind_result($num);
H A D021.phpt2 mysqli bind_param+bind_result char/text
H A D022.phpt2 mysqli bind_param/bind_result char/text long

Completed in 69 milliseconds

12