Searched refs:mysqli_stmt_fetch (Results 1 – 25 of 59) sorted by relevance
123
2 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 …]
27 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 …]
36 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_stmt166 Warning: mysqli_stmt_fetch(): invalid object or resource mysqli_stmt186 Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d
47 if (!mysqli_stmt_fetch($stmt))55 if (!mysqli_stmt_fetch($stmt))63 if (mysqli_stmt_fetch($stmt))71 if (mysqli_stmt_fetch($stmt))
23 while (mysqli_stmt_fetch($stmt)) {40 while (mysqli_stmt_fetch($stmt)) {
41 mysqli_stmt_fetch($stmt);44 mysqli_stmt_fetch($stmt);
28 mysqli_stmt_fetch($stmt);36 mysqli_stmt_fetch($stmt);
31 (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)))
36 mysqli_stmt_fetch($stmt);37 mysqli_stmt_fetch($stmt);
24 mysqli_stmt_fetch($stmt);
23 mysqli_stmt_fetch($stmt);
22 mysqli_stmt_fetch($stmt);
36 while (mysqli_stmt_fetch($stmt))66 while (mysqli_stmt_fetch($stmt))
41 !mysqli_stmt_fetch($stmt))81 !mysqli_stmt_fetch($stmt))94 !mysqli_stmt_fetch($stmt))
62 while (mysqli_stmt_fetch($stmt)) {63 if (!mysqli_stmt_fetch($stmt_buf)) {
32 mysqli_stmt_fetch($stmt);
44 $rc = mysqli_stmt_fetch($stmt);71 $rc = mysqli_stmt_fetch($stmt);
37 mysqli_stmt_fetch($stmt);
83 if (!mysqli_stmt_bind_result($stmt, $id) || !mysqli_stmt_fetch($stmt))98 if (!mysqli_stmt_fetch($stmt))120 var_dump(mysqli_stmt_fetch($stmt));
30 mysqli_stmt_fetch($stmt);
33 mysqli_stmt_fetch($stmt);
2 Bug #35517 (mysqli_stmt_fetch returns NULL)
36 mysqli_stmt_fetch($stmt);
43 mysqli_stmt_fetch($stmt);
44 mysqli_stmt_fetch($stmt);
Completed in 52 milliseconds