Home
last modified time | relevance | path

Searched refs:mysqli_stmt_fetch (Results 1 – 25 of 60) sorted by relevance

123

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_fetch.phpt2 mysqli_stmt_fetch()
21 if (!is_null($tmp = @mysqli_stmt_fetch()))
24 if (!is_null($tmp = @mysqli_stmt_fetch($link)))
33 if (NULL !== ($tmp = mysqli_stmt_fetch($stmt)))
40 if ((NULL !== ($tmp = mysqli_stmt_fetch($stmt))) && (false !== $tmp))
46 if (true !== ($tmp = mysqli_stmt_fetch($stmt)))
64 if (true !== ($tmp = mysqli_stmt_fetch($stmt)))
71 if (true !== ($tmp = mysqli_stmt_fetch($stmt)))
76 if (NULL !== ($tmp = mysqli_stmt_fetch($stmt)))
83 if (!is_null($tmp = @mysqli_stmt_fetch()))
[all …]
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 Dmysqli_stmt_get_result.phpt36 if (NULL !== ($tmp = mysqli_stmt_fetch($stmt)))
61 if (NULL !== ($tmp = mysqli_stmt_fetch($stmt)))
99 if (false !== ($tmp = mysqli_stmt_fetch($stmt)))
108 if (false !== ($tmp = mysqli_stmt_fetch($stmt)))
132 if (false !== ($tmp = mysqli_stmt_fetch($stmt)))
151 if (NULL !== ($tmp = mysqli_stmt_fetch($stmt)))
163 Warning: mysqli_stmt_fetch(): invalid object or resource mysqli_stmt
166 Warning: mysqli_stmt_fetch(): invalid object or resource mysqli_stmt
186 Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_data_seek.phpt47 if (!mysqli_stmt_fetch($stmt))
55 if (!mysqli_stmt_fetch($stmt))
63 if (mysqli_stmt_fetch($stmt))
71 if (mysqli_stmt_fetch($stmt))
H A Dmysqli_stmt_fetch_fields_win32_unicode.phpt23 while (mysqli_stmt_fetch($stmt)) {
40 while (mysqli_stmt_fetch($stmt)) {
H A D058.phpt41 mysqli_stmt_fetch($stmt);
44 mysqli_stmt_fetch($stmt);
H A D005.phpt28 mysqli_stmt_fetch($stmt);
36 mysqli_stmt_fetch($stmt);
H A Dmysqli_stmt_bind_param_call_user_func.phpt31 (true !== mysqli_stmt_fetch($stmt)))
60 (true !== mysqli_stmt_fetch($stmt)))
88 (true !== mysqli_stmt_fetch($stmt)))
116 (true !== mysqli_stmt_fetch($stmt)))
143 (true !== mysqli_stmt_fetch($stmt)))
172 (true !== mysqli_stmt_fetch($stmt)))
201 (true !== mysqli_stmt_fetch($stmt)))
230 (true !== mysqli_stmt_fetch($stmt)))
258 (true !== mysqli_stmt_fetch($stmt)))
281 (true !== mysqli_stmt_fetch($stmt)))
H A D013.phpt36 mysqli_stmt_fetch($stmt);
37 mysqli_stmt_fetch($stmt);
H A D018.phpt24 mysqli_stmt_fetch($stmt);
H A D016.phpt23 mysqli_stmt_fetch($stmt);
H A D017.phpt22 mysqli_stmt_fetch($stmt);
H A Dmysqli_get_client_stats_ps.phpt36 while (mysqli_stmt_fetch($stmt))
66 while (mysqli_stmt_fetch($stmt))
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt41 !mysqli_stmt_fetch($stmt))
81 !mysqli_stmt_fetch($stmt))
94 !mysqli_stmt_fetch($stmt))
H A Dmysqli_stmt_store_result.phpt62 while (mysqli_stmt_fetch($stmt)) {
63 if (!mysqli_stmt_fetch($stmt_buf)) {
H A D045.phpt32 mysqli_stmt_fetch($stmt);
H A D009.phpt44 $rc = mysqli_stmt_fetch($stmt);
71 $rc = mysqli_stmt_fetch($stmt);
H A D059.phpt37 mysqli_stmt_fetch($stmt);
H A Dmysqli_stmt_execute.phpt83 if (!mysqli_stmt_bind_result($stmt, $id) || !mysqli_stmt_fetch($stmt))
98 if (!mysqli_stmt_fetch($stmt))
120 var_dump(mysqli_stmt_fetch($stmt));
H A D022.phpt33 mysqli_stmt_fetch($stmt);
H A D021.phpt30 mysqli_stmt_fetch($stmt);
H A Dbug35517.phpt2 Bug #35517 (mysqli_stmt_fetch returns NULL)
H A D023.phpt43 mysqli_stmt_fetch($stmt);
H A D024.phpt44 mysqli_stmt_fetch($stmt);
H A D012.phpt36 mysqli_stmt_fetch($stmt);

Completed in 27 milliseconds

123