/PHP-8.1/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) 31 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 | 15 mysqli_stmt_bind_result.phpt already. Restrict 63 if (!mysqli_stmt_bind_result($stmt, $id, $label)) 87 if (!mysqli_stmt_bind_result($stmt, $id, $label)) 106 if (!mysqli_stmt_bind_result($stmt, $id, $label))
|
H A D | 018.phpt | 22 mysqli_stmt_bind_result($stmt, $c0);
|
H A D | 016.phpt | 22 mysqli_stmt_bind_result($stmt, $dummy);
|
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 | 017.phpt | 19 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
|
H A D | mysqli_stmt_store_result.phpt | 47 if (!mysqli_stmt_bind_result($stmt, $id, $label)) 50 if (!mysqli_stmt_bind_result($stmt_buf, $id_buf, $label_buf))
|
H A D | mysqli_stmt_bind_result.phpt | 2 mysqli_stmt_bind_result() 26 mysqli_stmt_bind_result($stmt, $id); 35 mysqli_stmt_bind_result($stmt, $id); 40 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label))) 44 mysqli_stmt_bind_result($stmt, $id, $label, $foo); 114 if (!mysqli_stmt_bind_result($stmt, $id, $bind_res)) { 300 mysqli_stmt_bind_result($stmt, $id);
|
H A D | mysqli_stmt_fetch.phpt | 13 mysqli_stmt_bind_result.phpt already. Restrict 55 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
|
H A D | mysqli_get_client_stats_ps.phpt | 32 !mysqli_stmt_bind_result($stmt, $id)) 62 !mysqli_stmt_bind_result($stmt, $id))
|
H A D | mysqli_stmt_init.phpt | 13 mysqli_stmt_bind_result.phpt already. Restrict
|
H A D | mysqli_stmt_execute_stored_proc_next_result.phpt | 41 if (!mysqli_stmt_bind_result($stmt, $version) || 81 if (!mysqli_stmt_bind_result($stmt, $version) || 94 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 | 009.phpt | 43 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8); 70 mysqli_stmt_bind_result($stmt, $c1, $c2);
|
H A D | 059.phpt | 37 mysqli_stmt_bind_result($stmt, $e);
|
H A D | bug35759.phpt | 2 Bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty)
|
H A D | 021.phpt | 29 mysqli_stmt_bind_result($stmt, $c1, $c2);
|
H A D | 022.phpt | 32 mysqli_stmt_bind_result($stmt, $c1, $c2);
|
H A D | 005.phpt | 27 mysqli_stmt_bind_result($stmt, $c1, $c2);
|
H A D | mysqli_stmt_get_result.phpt | 16 mysqli_stmt_bind_result.phpt already. Restrict 102 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label))) { 142 if (true !== ($tmp = mysqli_stmt_bind_result($stmt, $id, $label)))
|