Home
last modified time | relevance | path

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

12

/php-src/ext/mysqli/tests/
H A Dbug66762.phpt2 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 Dbug62046.phpt26 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 Dps_cursor_multiple_result_sets.phpt30 $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 Dmysqli_ps_select_union.phpt31 if (!$stmt->execute() || !$stmt->bind_result($column1))
55 /* Note: bind_result before execute */
56 if (!$stmt->bind_result($column1) || !$stmt->execute())
85 if (!$stmt->execute() || !$stmt->bind_result($column1))
104 if (!$stmt->bind_result($column1) || !$stmt->execute())
132 if (!$stmt->execute() || !$stmt->bind_result($column1))
151 if (!$stmt->bind_result($column1) || !$stmt->execute())
171 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
189 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
209 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
[all …]
H A Dgh8058.phpt18 $stmt->bind_result($a,$a,$a);
25 $stmt->bind_result($a,$a,$a);
H A Dgh12107.phpt26 $stmt->bind_result($output);
34 $stmt->bind_result($output);
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt32 $stmt->bind_result($one);
52 $stmt->bind_result($one, $two);
63 $stmt->bind_result($one, $two);
H A D048.phpt2 mysqli bind_result (OO-Style)
30 $stmt->bind_result($c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
H A D064.phpt17 $stmt->bind_result($foo);
H A Dbug35103.phpt28 $stmt->bind_result($v);
41 $stmt->bind_result($v2);
H A Dbug38710.phpt17 $qry->bind_result($text);
H A Dbug33263.phpt25 $stmt->bind_result($database);
H A Dmysqli_stmt_attr_set.phpt136 $stmt->bind_result($id, $label);
150 $stmt->bind_result($id, $label);
167 $stmt->bind_result($id, $label);
196 $stmt->bind_result($id, $label);
223 $stmt->bind_result($id, $label);
H A D063.phpt17 $stmt->bind_result($foo);
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
H A Dmysqli_stmt_multires.phpt32 if (!$stmt->bind_result($c_id, $c_label)) {
58 if (!$stmt->bind_result($c_id, $c_label)) {
H A Dbug55653.phpt25 !($stmt->bind_result($in_and_out)))
H A Dbug34785.phpt34 $stmt->bind_result($var);
H A Dbug80837.phpt22 $statement->bind_result($name);
H A Dbug44897.phpt36 if (!$stmt->bind_result($out_new_label) || !$stmt->fetch())
57 if (!$stmt2->bind_result($out_new_label) || !$stmt2->fetch())
H A Dbug66043.phpt38 $stmt->bind_result($testArg);
H A Dbug76386.phpt43 $stmt->bind_result($tsid, $ts, $ts2, $ts2b, $ts4, $ts4b, $ts6, $ts6b);
71 $stmt->bind_result($tid, $t, $t2, $t4, $t6);
/php-src/ext/mysqli/tests/bind_insert/
H A Dchar_text_big_types.phpt2 mysqli insert (bind_param + bind_result) long char/text types
H A Dchar_text_types.phpt2 mysqli insert (bind_param + bind_result) char/text types
/php-src/ext/mysqli/tests/bind_fetch/
H A Ddatetime_types.phpt2 mysqli bind_result datetimes

Completed in 35 milliseconds

12