Home
last modified time | relevance | path

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

123

/php-src/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)
28 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 D058.phpt41 mysqli_stmt_bind_result($stmt, $e, $f);
44 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 Dmysqli_stmt_get_result2.phpt13 mysqli_stmt_bind_result.phpt already. Restrict
59 if (!mysqli_stmt_bind_result($stmt, $id, $label))
83 if (!mysqli_stmt_bind_result($stmt, $id, $label))
102 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_stmt_store_result.phpt45 if (!mysqli_stmt_bind_result($stmt, $id, $label))
48 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);
107 if (!mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
276 mysqli_stmt_bind_result($stmt, $id);
H A Dmysqli_get_client_stats_ps.phpt29 !mysqli_stmt_bind_result($stmt, $id))
59 !mysqli_stmt_bind_result($stmt, $id))
H A Dmysqli_stmt_fetch.phpt13 mysqli_stmt_bind_result.phpt already. Restrict
53 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
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.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 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.phpt37 mysqli_stmt_bind_result($stmt, $e);
H A Dmysqli_stmt_init.phpt13 mysqli_stmt_bind_result.phpt already. Restrict
/php-src/ext/mysqli/tests/bind_fetch/
H A Dsystem_variable.phpt20 mysqli_stmt_bind_result($stmt, $c0);
H A Duser_db_variable.phpt20 mysqli_stmt_bind_result($stmt, $dummy);
H A Dmysql_functions.phpt18 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
H A Dunsigned_integer_types.phpt24 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A Dchar_text_big_types.phpt23 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A Dinteger_types.phpt35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
H A Dsmallint_types.phpt35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
/php-src/ext/mysqli/tests/bind_insert/
H A Dchar_text_big_types.phpt29 mysqli_stmt_bind_result($stmt, $c1, $c2);
H A Dchar_text_types.phpt26 mysqli_stmt_bind_result($stmt, $c1, $c2);

Completed in 25 milliseconds

123