Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt2 mysqli_stmt_bind_result() - playing with references
23 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
40 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id_ref, $label_ref)))
79 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id_ref, $label_ref)))
93 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
126 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
143 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
164 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id_ref, $label_ref)))
183 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label_a)))
207 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label_ref)))
[all …]
H A D045.phpt2 mysqli_stmt_bind_result (SHOW)
30 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt18 !mysqli_stmt_bind_result($stmt, $id, $bind_res) ||
32 !mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
H A D058.phpt40 mysqli_stmt_bind_result($stmt, $e, $f);
43 mysqli_stmt_bind_result($stmt, $g, $h);
H A Dmysqli_stmt_bind_param_call_user_func.phpt25 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
54 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
82 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
110 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
137 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
166 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
195 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
224 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
252 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
275 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
H A D018.phpt21 mysqli_stmt_bind_result($stmt, $c0);
H A D016.phpt21 mysqli_stmt_bind_result($stmt, $dummy);
H A Dmysqli_stmt_get_result2.phpt14 mysqli_stmt_bind_result.phpt already. Restrict
62 if (!mysqli_stmt_bind_result($stmt, $id, $label))
86 if (!mysqli_stmt_bind_result($stmt, $id, $label))
105 if (!mysqli_stmt_bind_result($stmt, $id, $label))
H A D017.phpt18 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
H A Dmysqli_stmt_bind_result_zerofill.phpt2 mysqli_stmt_bind_result() - ZEROFILL
35 if (!mysqli_stmt_bind_result($stmt, $result)) {
H A Dmysqli_stmt_store_result.phpt46 if (!mysqli_stmt_bind_result($stmt, $id, $label))
49 if (!mysqli_stmt_bind_result($stmt_buf, $id_buf, $label_buf))
H A Dmysqli_stmt_bind_result.phpt2 mysqli_stmt_bind_result()
25 mysqli_stmt_bind_result($stmt, $id);
34 mysqli_stmt_bind_result($stmt, $id);
39 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
43 mysqli_stmt_bind_result($stmt, $id, $label, $foo);
113 if (!mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
299 mysqli_stmt_bind_result($stmt, $id);
H A Dmysqli_stmt_fetch.phpt12 mysqli_stmt_bind_result.phpt already. Restrict
54 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
H A Dmysqli_get_client_stats_ps.phpt31 !mysqli_stmt_bind_result($stmt, $id))
61 !mysqli_stmt_bind_result($stmt, $id))
H A Dmysqli_stmt_init.phpt12 mysqli_stmt_bind_result.phpt already. Restrict
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt40 if (!mysqli_stmt_bind_result($stmt, $version) ||
80 if (!mysqli_stmt_bind_result($stmt, $version) ||
93 if (!mysqli_stmt_bind_result($stmt, $more) ||
H A Dbug42378.phpt89 if (!mysqli_stmt_bind_result($stmt, $result)) {
115 if (!mysqli_stmt_bind_result($stmt, $order_by_col, $result)) {
122 if (!mysqli_stmt_bind_result($stmt, $result)) {
H A D059.phpt36 mysqli_stmt_bind_result($stmt, $e);
H A D009.phpt42 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);
69 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A Dmysqli_stmt_bind_param_many_columns.phpt14 the mysqli_stmt_bind_result test in large parts. There is only
18 in this file and we test mysqli_stmt_bind_result() in the other
H A D021.phpt28 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A D022.phpt31 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A Dbug35759.phpt2 Bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty)
H A D005.phpt26 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A D023.phpt41 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);

Completed in 55 milliseconds

123