Home
last modified time | relevance | path

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

123

/PHP-5.5/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()
18 if (!is_null($tmp = @mysqli_stmt_bind_result()))
21 if (!is_null($tmp = @mysqli_stmt_bind_result($link)))
30 if (!is_null($tmp = @mysqli_stmt_bind_result($stmt)))
40 if (!is_null($tmp = mysqli_stmt_bind_result($stmt)))
46 if (false !== ($tmp = mysqli_stmt_bind_result($stmt, $id)))
49 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
52 if (false !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label, $foo)))
120 if (!mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
302 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.phpt30 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
59 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
87 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
115 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
142 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
171 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
200 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
229 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
257 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
280 if (!mysqli_stmt_bind_result($stmt, $id, $label) ||
H A D018.phpt21 mysqli_stmt_bind_result($stmt, $c0);
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 D016.phpt21 mysqli_stmt_bind_result($stmt, $dummy);
H A Dmysqli_stmt_bind_result_zerofill.phpt2 mysqli_stmt_bind_result() - ZEROFILL
36 if (!mysqli_stmt_bind_result($stmt, $result)) {
H A D017.phpt19 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
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 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.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 D059.phpt36 mysqli_stmt_bind_result($stmt, $e);
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 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 D021.phpt28 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 Dmysqli_stmt_get_result.phpt16 mysqli_stmt_bind_result.phpt already. Restrict
102 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label))) {
124 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))

Completed in 28 milliseconds

123