Home
last modified time | relevance | path

Searched refs:mysqli_stmt_execute (Results 1 – 25 of 87) sorted by relevance

1234

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt2 mysqli_stmt_execute()
25 mysqli_stmt_execute($stmt);
35 mysqli_stmt_execute($stmt);
43 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
48 printf("[009] [%d] %s\n", mysqli_stmt_execute($stmt), mysqli_stmt_execute($stmt));
51 if (false !== ($tmp = mysqli_stmt_execute($stmt)))
59 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
74 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
89 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
115 var_dump(mysqli_stmt_execute($stmt));
[all …]
H A Dmysqli_stmt_affected_rows.phpt19 !mysqli_stmt_execute($stmt)) {
24 !mysqli_stmt_execute($stmt)) {
35 !mysqli_stmt_execute($stmt))
42 !mysqli_stmt_execute($stmt))
52 !mysqli_stmt_execute($stmt))
64 !mysqli_stmt_execute($stmt))
74 !mysqli_stmt_execute($stmt))
84 !mysqli_stmt_execute($stmt))
100 !mysqli_stmt_execute($stmt))
110 !mysqli_stmt_execute($stmt))
[all …]
H A Dmysqli_stmt_bind_param_references.phpt66 if (true !== mysqli_stmt_execute($stmt))
77 if (true !== mysqli_stmt_execute($stmt))
88 if (true !== mysqli_stmt_execute($stmt))
99 if (true !== mysqli_stmt_execute($stmt))
107 if (true !== mysqli_stmt_execute($stmt))
117 if (true !== mysqli_stmt_execute($stmt))
128 if (true !== mysqli_stmt_execute($stmt))
138 if (true !== mysqli_stmt_execute($stmt))
148 if (true !== mysqli_stmt_execute($stmt))
173 if (true !== mysqli_stmt_execute($stmt))
[all …]
H A Dmysqli_prepare.phpt25 …if (!is_object(($stmt = mysqli_prepare($link, 'SELECT id FROM test'))) || !mysqli_stmt_execute($st…
33 …i_prepare($link, 'CREATE TABLE test2(id INT) ENGINE =' . $engine))) || !mysqli_stmt_execute($stmt))
42 if (!mysqli_stmt_bind_param($stmt, 'i', $id) || !mysqli_stmt_execute($stmt))
50 if (!mysqli_stmt_bind_param($stmt, 'i', $id) || !mysqli_stmt_execute($stmt))
59 if (!mysqli_stmt_bind_param($stmt, 'ii', $id, $where) || !mysqli_stmt_execute($stmt))
67 if (!mysqli_stmt_bind_param($stmt, 'i', $where) || !mysqli_stmt_execute($stmt))
75 if (!mysqli_stmt_bind_param($stmt, 's', $testvar) || !mysqli_stmt_execute($stmt))
87 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_bind_result($stmt, $id, $testvar))
H A Dmysqli_stmt_insert_id.phpt23 !mysqli_stmt_execute($stmt)) {
34 !mysqli_stmt_execute($stmt)) {
43 !mysqli_stmt_execute($stmt))) {
50 !mysqli_stmt_execute($stmt)) {
H A D058.phpt27 mysqli_stmt_execute($stmt);
34 mysqli_stmt_execute($stmt);
38 mysqli_stmt_execute($stmt);
H A D057.phpt23 mysqli_stmt_execute($stmt);
34 var_dump(mysqli_stmt_execute($stmt));
41 var_dump(mysqli_stmt_execute($stmt));
45 mysqli_stmt_execute($stmt);
H A Dmysqli_stmt_bind_result_references.phpt26 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
43 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
63 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
82 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
96 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
111 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
129 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
149 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
170 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
185 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
[all …]
H A Dmysqli_stmt_execute_stored_proc.phpt2 mysqli_stmt_execute() - Stored Procedures
28 if (!mysqli_stmt_execute($stmt))
32 if (!mysqli_stmt_execute($stmt))
41 if (!mysqli_stmt_execute($stmt))
72 if (!mysqli_stmt_execute($stmt))
81 if (!mysqli_stmt_execute($stmt))
110 if (!mysqli_stmt_execute($stmt))
119 if (!mysqli_stmt_execute($stmt))
152 if (!mysqli_stmt_execute($stmt))
161 if (!mysqli_stmt_execute($stmt))
H A D045.phpt12 mysqli_stmt_execute($stmt);
28 mysqli_stmt_execute($stmt);
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt16 !mysqli_stmt_execute($stmt) ||
30 !mysqli_stmt_execute($stmt) ||
H A Dmysqli_stmt_get_result2.phpt27 if (!mysqli_stmt_execute($stmt))
44 mysqli_stmt_execute($stmt);
58 !mysqli_stmt_execute($stmt))
77 !mysqli_stmt_execute($stmt))
96 !mysqli_stmt_execute($stmt))
117 !mysqli_stmt_execute($stmt))
H A D059.phpt29 mysqli_stmt_execute($stmt);
34 mysqli_stmt_execute($stmt);
H A Dmysqli_stmt_get_warnings.phpt39 if (!mysqli_stmt_prepare($stmt, "SET sql_mode=''") || !mysqli_stmt_execute($stmt))
42 if (!mysqli_stmt_prepare($stmt, "DROP TABLE IF EXISTS test") || !mysqli_stmt_execute($stmt))
48 …tmt_prepare($stmt, "CREATE TABLE test(id SMALLINT, label CHAR(1))") || !mysqli_stmt_execute($stmt))
55 !mysqli_stmt_execute($stmt))
H A Dmysqli_stmt_store_result.phpt25 !mysqli_stmt_execute($stmt))
32 !mysqli_stmt_execute($stmt))
42 !mysqli_stmt_execute($stmt_buf))
H A Dmysqli_stmt_bind_param_call_user_func.phpt21 !mysqli_stmt_execute($stmt))
50 if (!mysqli_stmt_execute($stmt))
78 if (!mysqli_stmt_execute($stmt))
106 if (!mysqli_stmt_execute($stmt))
133 if (!mysqli_stmt_execute($stmt))
162 if (!mysqli_stmt_execute($stmt))
191 if (!mysqli_stmt_execute($stmt))
220 if (!mysqli_stmt_execute($stmt))
248 if (!mysqli_stmt_execute($stmt))
271 if (!mysqli_stmt_execute($stmt))
[all …]
H A D021.phpt24 mysqli_stmt_execute($stmt);
29 mysqli_stmt_execute($stmt);
H A D022.phpt27 mysqli_stmt_execute($stmt);
32 mysqli_stmt_execute($stmt);
H A D050.phpt18 mysqli_stmt_execute($stmt);
H A D052.phpt20 @mysqli_stmt_execute($stmt2);
H A D051.phpt18 mysqli_stmt_execute($stmt1);
H A D023.phpt37 mysqli_stmt_execute($stmt);
42 mysqli_stmt_execute($stmt);
H A D024.phpt38 mysqli_stmt_execute($stmt);
43 mysqli_stmt_execute($stmt);
H A D026.phpt30 mysqli_stmt_execute($stmt);
35 mysqli_stmt_execute($stmt);
H A D020.phpt50 mysqli_stmt_execute($stmt);
57 mysqli_stmt_execute($stmt);

Completed in 23 milliseconds

1234