/PHP-8.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result_references.phpt | 2 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 D | 045.phpt | 2 mysqli_stmt_bind_result (SHOW) 28 mysqli_stmt_bind_result($stmt, $c1, $c2);
|
H A D | mysqli_stmt_fetch_fields_win32_unicode.phpt | 19 !mysqli_stmt_bind_result($stmt, $id, $bind_res) || 33 !mysqli_stmt_bind_result($stmt, $id, $bind_res)) {
|
H A D | 058.phpt | 41 mysqli_stmt_bind_result($stmt, $e, $f); 44 mysqli_stmt_bind_result($stmt, $g, $h);
|
H A D | mysqli_stmt_bind_param_call_user_func.phpt | 26 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 D | mysqli_stmt_get_result2.phpt | 13 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 D | mysqli_stmt_bind_result_zerofill.phpt | 2 mysqli_stmt_bind_result() - ZEROFILL 36 if (!mysqli_stmt_bind_result($stmt, $result)) {
|
H A D | mysqli_stmt_store_result.phpt | 45 if (!mysqli_stmt_bind_result($stmt, $id, $label)) 48 if (!mysqli_stmt_bind_result($stmt_buf, $id_buf, $label_buf))
|
H A D | mysqli_stmt_bind_result.phpt | 2 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 D | mysqli_get_client_stats_ps.phpt | 29 !mysqli_stmt_bind_result($stmt, $id)) 59 !mysqli_stmt_bind_result($stmt, $id))
|
H A D | mysqli_stmt_fetch.phpt | 13 mysqli_stmt_bind_result.phpt already. Restrict 53 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
|
H A D | mysqli_stmt_execute_stored_proc_next_result.phpt | 40 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 D | bug42378.phpt | 90 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 D | mysqli_stmt_bind_param_many_columns.phpt | 15 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 D | 059.phpt | 37 mysqli_stmt_bind_result($stmt, $e);
|
/PHP-8.4/ext/mysqli/tests/bind_fetch/ |
H A D | system_variable.phpt | 20 mysqli_stmt_bind_result($stmt, $c0);
|
H A D | user_db_variable.phpt | 20 mysqli_stmt_bind_result($stmt, $dummy);
|
H A D | mysql_functions.phpt | 18 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
|
H A D | char_text_big_types.phpt | 23 mysqli_stmt_bind_result($stmt, $c1, $c2);
|
H A D | unsigned_integer_types.phpt | 24 mysqli_stmt_bind_result($stmt, $c1, $c2);
|
H A D | datetime_types.phpt | 41 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
|
H A D | integer_types.phpt | 35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
|
H A D | smallint_types.phpt | 35 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7);
|
/PHP-8.4/ext/mysqli/tests/bind_insert/ |
H A D | char_text_big_types.phpt | 29 mysqli_stmt_bind_result($stmt, $c1, $c2);
|
H A D | char_text_types.phpt | 26 mysqli_stmt_bind_result($stmt, $c1, $c2);
|