Lines Matching refs:mysqli_stmt_fetch
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()))
93 Warning: mysqli_stmt_fetch(): invalid object or resource mysqli_stmt
97 Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d