Home
last modified time | relevance | path

Searched refs:bind_result (Results 1 – 25 of 46) sorted by last modified time

12

/PHP-7.4/ext/mysqli/tests/
H A Dbug80837.phpt22 $statement->bind_result($name);
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 Dmysqli_stmt_multires.phpt36 if (!$stmt->bind_result($c_id, $c_label)) {
62 if (!$stmt->bind_result($c_id, $c_label)) {
H A Dmysqli_stmt_attr_set.phpt171 $stmt->bind_result($id, $label);
185 $stmt->bind_result($id, $label);
202 $stmt->bind_result($id, $label);
228 $stmt->bind_result($id, $label);
255 $stmt->bind_result($id, $label);
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt27 $stmt->bind_result($one);
47 $stmt->bind_result($one, $two);
58 $stmt->bind_result($one, $two);
H A Dmysqli_stmt_bind_result_format.phpt308 if (!$stmt->bind_result($trend, $targetport, $format)) {
H A Dmysqli_stmt_datatype_change.phpt29 var_dump($s1->execute(), $s1->bind_result($col1));
H A Dmysqli_ps_select_union.phpt31 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 Dmysqli_get_client_stats.phpt369 printf("[%03d] bind_result failed, [%d] %s\n",
410 printf("[%03d] bind_result failed, [%d] %s\n",
458 printf("[%03d] bind_result failed, [%d] %s\n",
495 printf("[%03d] bind_result failed, [%d] %s\n",
H A Dmysqli_class_mysqli_stmt_interface.phpt28 'bind_result' => true,
H A Dbug55653.phpt24 !($stmt->bind_result($in_and_out)))
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 Dbug66043.phpt22 $stmt->bind_result($testArg);
H A Dbug70949.phpt27 if ($stmt->bind_result($name)) {
H A Dbug_mysql_49406.phpt81 if (!$stmt->bind_result($row_stmt) || !$stmt->fetch())
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 Dbug76386.phpt43 $stmt->bind_result($tsid, $ts, $ts2, $ts2b, $ts4, $ts4b, $ts6, $ts6b);
71 $stmt->bind_result($tid, $t, $t2, $t4, $t6);
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
H A D063.phpt16 $stmt->bind_result($foo);
H A D064.phpt16 $stmt->bind_result($foo);
H A D067.phpt49 $stmt[$i]->bind_result($a[$i]);
H A Dbug32405.phpt24 $stmt->bind_result($col1, $col2);
H A Dbug33263.phpt25 $stmt->bind_result($database);
H A Dbug34785.phpt33 $stmt->bind_result($var);
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c1510 MYSQLND_METHOD(mysqlnd_stmt, bind_result)(MYSQLND_STMT * const s, in MYSQLND_METHOD() argument
2262 MYSQLND_METHOD(mysqlnd_stmt, bind_result),

Completed in 42 milliseconds

12