Home
last modified time | relevance | path

Searched refs:mysqli_stmt_fetch (Results 1 – 25 of 60) sorted by last modified time

123

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result2.phpt78 if (!mysqli_stmt_fetch($stmt))
102 if (!mysqli_stmt_fetch($stmt))
H A Dmysqli_stmt_num_rows.phpt83 } while (mysqli_stmt_fetch($stmt));
H A Dmysqli_stmt_reset.phpt50 if (!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 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 Dmysqli_stmt_bind_result.phpt58 while (mysqli_stmt_fetch($stmt)) {
128 while (mysqli_stmt_fetch($stmt)) {
H A Dmysqli_stmt_bind_result_bit.phpt116 if (!($ret = mysqli_stmt_fetch($stmt_sel))) {
117 … printf("[011 - %d] mysqli_stmt_fetch() has failed for %d bits - ret = %s/%s, [%d] %s, [%d] %s\n",
H A Dmysqli_stmt_bind_result_format.phpt95 if (!mysqli_stmt_fetch($stmt)) {
121 while ((list($k, $v) = each($expected)) && mysqli_stmt_fetch($stmt)) {
273 while (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 Dmysqli_stmt_execute_stored_proc.phpt46 !mysqli_stmt_fetch($stmt))
124 !mysqli_stmt_fetch($stmt))
166 !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_execute_stored_proc_out.phpt47 if (!mysqli_stmt_bind_result($stmt, $ver_out) || !mysqli_stmt_fetch($stmt))
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_fetch_bit.phpt52 if (!mysqli_stmt_fetch($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 Dmysqli_stmt_bind_result_zerofill.phpt42 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt)) {
H A Dmysqli_stmt_close.phpt72 if (!mysqli_stmt_execute($stmt) || !mysqli_stmt_fetch($stmt))
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 Dmysqli_stmt_fetch_geom.phpt2 mysqli_stmt_fetch - geometry / spatial types
68 while (true === @mysqli_stmt_fetch($stmt)) {
H A Dmysqli_stmt_field_count.phpt57 while (mysqli_stmt_fetch($stmt))
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_report.phpt101 /* mysqli_stmt_fetch() = mysql_stmt_fetch() cannot be tested from PHP */
H A Dmysqli_prepare.phpt99 while (mysqli_stmt_fetch($stmt)) {
H A Dmysqli_get_client_stats.phpt376 while (mysqli_stmt_fetch($stmt))
418 mysqli_stmt_fetch($stmt);
462 while (mysqli_stmt_fetch($stmt))
499 mysqli_stmt_fetch($stmt);

Completed in 26 milliseconds

123