Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt2 mysqli_stmt_execute()
26 mysqli_stmt_execute($stmt);
36 mysqli_stmt_execute($stmt);
44 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
49 printf("[009] [%d] %s\n", mysqli_stmt_execute($stmt), mysqli_stmt_execute($stmt));
52 if (false !== ($tmp = mysqli_stmt_execute($stmt)))
60 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
75 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
90 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
116 var_dump(mysqli_stmt_execute($stmt));
[all …]
H A Dmysqli_stmt_affected_rows.phpt20 !mysqli_stmt_execute($stmt)) {
25 !mysqli_stmt_execute($stmt)) {
36 !mysqli_stmt_execute($stmt))
43 !mysqli_stmt_execute($stmt))
53 !mysqli_stmt_execute($stmt))
65 !mysqli_stmt_execute($stmt))
75 !mysqli_stmt_execute($stmt))
85 !mysqli_stmt_execute($stmt))
101 !mysqli_stmt_execute($stmt))
111 !mysqli_stmt_execute($stmt))
[all …]
H A Dmysqli_stmt_bind_param_references.phpt67 if (true !== mysqli_stmt_execute($stmt))
78 if (true !== mysqli_stmt_execute($stmt))
89 if (true !== mysqli_stmt_execute($stmt))
100 if (true !== mysqli_stmt_execute($stmt))
108 if (true !== mysqli_stmt_execute($stmt))
118 if (true !== mysqli_stmt_execute($stmt))
129 if (true !== mysqli_stmt_execute($stmt))
139 if (true !== mysqli_stmt_execute($stmt))
149 if (true !== mysqli_stmt_execute($stmt))
174 if (true !== mysqli_stmt_execute($stmt))
[all …]
H A Dmysqli_prepare.phpt26 …if (!is_object(($stmt = mysqli_prepare($link, 'SELECT id FROM test'))) || !mysqli_stmt_execute($st…
34 …i_prepare($link, 'CREATE TABLE test2(id INT) ENGINE =' . $engine))) || !mysqli_stmt_execute($stmt))
43 if (!mysqli_stmt_bind_param($stmt, 'i', $id) || !mysqli_stmt_execute($stmt))
51 if (!mysqli_stmt_bind_param($stmt, 'i', $id) || !mysqli_stmt_execute($stmt))
60 if (!mysqli_stmt_bind_param($stmt, 'ii', $id, $where) || !mysqli_stmt_execute($stmt))
68 if (!mysqli_stmt_bind_param($stmt, 'i', $where) || !mysqli_stmt_execute($stmt))
76 if (!mysqli_stmt_bind_param($stmt, 's', $testvar) || !mysqli_stmt_execute($stmt))
88 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_bind_result($stmt, $id, $testvar))
H A Dmysqli_stmt_insert_id.phpt24 !mysqli_stmt_execute($stmt)) {
35 !mysqli_stmt_execute($stmt)) {
44 !mysqli_stmt_execute($stmt))) {
51 !mysqli_stmt_execute($stmt)) {
H A D058.phpt28 mysqli_stmt_execute($stmt);
35 mysqli_stmt_execute($stmt);
39 mysqli_stmt_execute($stmt);
H A Dmysqli_stmt_bind_result_references.phpt27 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
44 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
64 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
83 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
97 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
112 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
130 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
150 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
171 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
186 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt) || mysqli_stmt_fetch($stmt))
[all …]
H A D057.phpt24 mysqli_stmt_execute($stmt);
35 var_dump(mysqli_stmt_execute($stmt));
42 var_dump(mysqli_stmt_execute($stmt));
46 mysqli_stmt_execute($stmt);
H A Dmysqli_stmt_execute_stored_proc.phpt2 mysqli_stmt_execute() - Stored Procedures
29 if (!mysqli_stmt_execute($stmt))
33 if (!mysqli_stmt_execute($stmt))
42 if (!mysqli_stmt_execute($stmt))
73 if (!mysqli_stmt_execute($stmt))
82 if (!mysqli_stmt_execute($stmt))
111 if (!mysqli_stmt_execute($stmt))
120 if (!mysqli_stmt_execute($stmt))
153 if (!mysqli_stmt_execute($stmt))
162 if (!mysqli_stmt_execute($stmt))
H A D045.phpt13 mysqli_stmt_execute($stmt);
29 mysqli_stmt_execute($stmt);
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt17 !mysqli_stmt_execute($stmt) ||
31 !mysqli_stmt_execute($stmt) ||
H A Dmysqli_stmt_get_result2.phpt28 if (!mysqli_stmt_execute($stmt))
45 mysqli_stmt_execute($stmt);
59 !mysqli_stmt_execute($stmt))
78 !mysqli_stmt_execute($stmt))
97 !mysqli_stmt_execute($stmt))
118 !mysqli_stmt_execute($stmt))
H A D059.phpt30 mysqli_stmt_execute($stmt);
35 mysqli_stmt_execute($stmt);
H A Dmysqli_stmt_bind_param_call_user_func.phpt22 !mysqli_stmt_execute($stmt))
51 if (!mysqli_stmt_execute($stmt))
79 if (!mysqli_stmt_execute($stmt))
107 if (!mysqli_stmt_execute($stmt))
134 if (!mysqli_stmt_execute($stmt))
163 if (!mysqli_stmt_execute($stmt))
192 if (!mysqli_stmt_execute($stmt))
221 if (!mysqli_stmt_execute($stmt))
249 if (!mysqli_stmt_execute($stmt))
272 if (!mysqli_stmt_execute($stmt))
[all …]
H A Dmysqli_stmt_get_warnings.phpt40 if (!mysqli_stmt_prepare($stmt, "SET sql_mode=''") || !mysqli_stmt_execute($stmt))
43 if (!mysqli_stmt_prepare($stmt, "DROP TABLE IF EXISTS test") || !mysqli_stmt_execute($stmt))
49 …tmt_prepare($stmt, "CREATE TABLE test(id SMALLINT, label CHAR(1))") || !mysqli_stmt_execute($stmt))
56 !mysqli_stmt_execute($stmt))
H A Dmysqli_stmt_store_result.phpt26 !mysqli_stmt_execute($stmt))
33 !mysqli_stmt_execute($stmt))
43 !mysqli_stmt_execute($stmt_buf))
H A D021.phpt25 mysqli_stmt_execute($stmt);
30 mysqli_stmt_execute($stmt);
H A D022.phpt28 mysqli_stmt_execute($stmt);
33 mysqli_stmt_execute($stmt);
H A D050.phpt19 mysqli_stmt_execute($stmt);
H A D051.phpt19 mysqli_stmt_execute($stmt1);
H A D052.phpt21 @mysqli_stmt_execute($stmt2);
H A D026.phpt31 mysqli_stmt_execute($stmt);
36 mysqli_stmt_execute($stmt);
H A D023.phpt38 mysqli_stmt_execute($stmt);
43 mysqli_stmt_execute($stmt);
H A D024.phpt39 mysqli_stmt_execute($stmt);
44 mysqli_stmt_execute($stmt);
H A D020.phpt51 mysqli_stmt_execute($stmt);
58 mysqli_stmt_execute($stmt);

Completed in 27 milliseconds

1234