Lines Matching refs:bind_result
31 if (!$stmt->execute() || !$stmt->bind_result($column1))
56 /* Note: bind_result before execute */
57 if (!$stmt->bind_result($column1) || !$stmt->execute())
87 if (!$stmt->execute() || !$stmt->bind_result($column1))
107 if (!$stmt->bind_result($column1) || !$stmt->execute())
136 if (!$stmt->execute() || !$stmt->bind_result($column1))
156 if (!$stmt->bind_result($column1) || !$stmt->execute())
177 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
196 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
217 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
236 if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())