Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt2 mysqli_stmt_bind_result() - playing with references
24 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
41 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id_ref, $label_ref)))
80 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id_ref, $label_ref)))
94 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
127 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
144 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
165 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id_ref, $label_ref)))
184 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label_a)))
208 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label_ref)))
[all …]
H A D045.phpt2 mysqli_stmt_bind_result (SHOW)
31 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt19 !mysqli_stmt_bind_result($stmt, $id, $bind_res) ||
33 !mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
H A Dmysqli_stmt_bind_result.phpt2 mysqli_stmt_bind_result()
16 if (!is_null($tmp = @mysqli_stmt_bind_result()))
19 if (!is_null($tmp = @mysqli_stmt_bind_result($link)))
28 if (!is_null($tmp = mysqli_stmt_bind_result($stmt)))
38 if (false !== ($tmp = mysqli_stmt_bind_result($stmt, $id)))
44 if (false !== ($tmp = mysqli_stmt_bind_result($stmt, $id)))
47 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
50 if (false !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label, $foo)))
118 if (!mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
300 if (!is_null($tmp = @mysqli_stmt_bind_result()))
[all …]
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.phpt26 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
55 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
83 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
111 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
138 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
167 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
196 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
225 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
253 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
276 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 D017.phpt19 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
H A Dmysqli_stmt_get_result2.phpt15 mysqli_stmt_bind_result.phpt already. Restrict
75 if (!mysqli_stmt_bind_result($stmt, $id, $label))
99 if (!mysqli_stmt_bind_result($stmt, $id, $label))
118 if (!mysqli_stmt_bind_result($stmt, $id, $label))
H A Dmysqli_stmt_bind_result_zerofill.phpt2 mysqli_stmt_bind_result() - ZEROFILL
36 if (!mysqli_stmt_bind_result($stmt, $result)) {
H A Dmysqli_get_client_stats_ps.phpt32 !mysqli_stmt_bind_result($stmt, $id))
62 !mysqli_stmt_bind_result($stmt, $id))
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 Dmysqli_stmt_store_result.phpt56 if (!mysqli_stmt_bind_result($stmt, $id, $label))
59 if (!mysqli_stmt_bind_result($stmt_buf, $id_buf, $label_buf))
H A Dbug42378.phpt90 if (!mysqli_stmt_bind_result($stmt, $result)) {
116 if (!mysqli_stmt_bind_result($stmt, $order_by_col, $result)) {
123 if (!mysqli_stmt_bind_result($stmt, $result)) {
H A D059.phpt36 mysqli_stmt_bind_result($stmt, $e);
H A Dmysqli_stmt_bind_param_many_columns.phpt15 the mysqli_stmt_bind_result test in large parts. There is only
19 in this file and we test mysqli_stmt_bind_result() in the other
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_fetch.phpt13 mysqli_stmt_bind_result.phpt already. Restrict
61 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
H A Dbug35759.phpt2 Bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty)
H A D021.phpt28 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A D022.phpt31 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A D005.phpt26 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A Dmysqli_stmt_init.phpt13 mysqli_stmt_bind_result.phpt already. Restrict
H A D012.phpt34 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);

Completed in 82 milliseconds

123