Home
last modified time | relevance | path

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

1234

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt2 mysqli_stmt_execute()
18 mysqli_stmt_execute($stmt);
28 mysqli_stmt_execute($stmt);
36 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
41 printf("[009] [%d] %s\n", mysqli_stmt_execute($stmt), mysqli_stmt_execute($stmt));
44 if (false !== ($tmp = mysqli_stmt_execute($stmt)))
52 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
67 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
82 if (true !== ($tmp = mysqli_stmt_execute($stmt)))
108 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.phpt24 …if (!is_object(($stmt = mysqli_prepare($link, 'SELECT id FROM test'))) || !mysqli_stmt_execute($st…
32 …i_prepare($link, 'CREATE TABLE test2(id INT) ENGINE =' . $engine))) || !mysqli_stmt_execute($stmt))
41 if (!mysqli_stmt_bind_param($stmt, 'i', $id) || !mysqli_stmt_execute($stmt))
49 if (!mysqli_stmt_bind_param($stmt, 'i', $id) || !mysqli_stmt_execute($stmt))
58 if (!mysqli_stmt_bind_param($stmt, 'ii', $id, $where) || !mysqli_stmt_execute($stmt))
66 if (!mysqli_stmt_bind_param($stmt, 'i', $where) || !mysqli_stmt_execute($stmt))
74 if (!mysqli_stmt_bind_param($stmt, 's', $testvar) || !mysqli_stmt_execute($stmt))
86 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_bind_result($stmt, $id, $testvar))
H A Dmysqli_stmt_insert_id.phpt22 !mysqli_stmt_execute($stmt)) {
33 !mysqli_stmt_execute($stmt)) {
42 !mysqli_stmt_execute($stmt))) {
49 !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 D045.phpt10 mysqli_stmt_execute($stmt);
26 mysqli_stmt_execute($stmt);
H A Dmysqli_stmt_execute_stored_proc.phpt2 mysqli_stmt_execute() - Stored Procedures
32 if (!mysqli_stmt_execute($stmt))
36 if (!mysqli_stmt_execute($stmt))
45 if (!mysqli_stmt_execute($stmt))
74 if (!mysqli_stmt_execute($stmt))
83 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 Dmysqli_stmt_fetch_fields_win32_unicode.phpt17 !mysqli_stmt_execute($stmt) ||
31 !mysqli_stmt_execute($stmt) ||
H A Dmysqli_stmt_get_result2.phpt24 if (!mysqli_stmt_execute($stmt))
41 mysqli_stmt_execute($stmt);
55 !mysqli_stmt_execute($stmt))
74 !mysqli_stmt_execute($stmt))
93 !mysqli_stmt_execute($stmt))
114 !mysqli_stmt_execute($stmt))
H A Dmysqli_stmt_get_warnings.phpt36 if (!mysqli_stmt_prepare($stmt, "SET sql_mode=''") || !mysqli_stmt_execute($stmt))
39 if (!mysqli_stmt_prepare($stmt, "DROP TABLE IF EXISTS test") || !mysqli_stmt_execute($stmt))
45 …tmt_prepare($stmt, "CREATE TABLE test(id SMALLINT, label CHAR(1))") || !mysqli_stmt_execute($stmt))
52 !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_store_result.phpt24 !mysqli_stmt_execute($stmt))
31 !mysqli_stmt_execute($stmt))
41 !mysqli_stmt_execute($stmt_buf))
/php-src/ext/mysqli/tests/closing_connection_tests/
H A Dcall_statement_after_close.phpt2 mysqli_stmt_execute() after mysqli_close()
20 mysqli_stmt_execute($stmt2);
/php-src/ext/mysqli/tests/bind_insert/
H A Dchar_text_big_types.phpt25 mysqli_stmt_execute($stmt);
30 mysqli_stmt_execute($stmt);
H A Dchar_text_types.phpt22 mysqli_stmt_execute($stmt);
27 mysqli_stmt_execute($stmt);
H A Dinteger_types.phpt42 mysqli_stmt_execute($stmt);
47 mysqli_stmt_execute($stmt);
H A Dsmallint_types.phpt43 mysqli_stmt_execute($stmt);
48 mysqli_stmt_execute($stmt);
H A Dtinyint_types.phpt42 mysqli_stmt_execute($stmt);
49 mysqli_stmt_execute($stmt);
H A Dsend_long_data.phpt30 mysqli_stmt_execute($stmt);
35 mysqli_stmt_execute($stmt);
H A Dvaried_data_types.phpt38 mysqli_stmt_execute($stmt);
44 mysqli_stmt_execute($stmt);
H A Ddatetime_types.phpt44 mysqli_stmt_execute($stmt);
51 mysqli_stmt_execute($stmt);

Completed in 25 milliseconds

1234