Lines Matching refs:bind_result
30 if (!$stmt->execute() || !$stmt->bind_result($column1))
55 /* Note: bind_result before execute */
56 if (!$stmt->bind_result($column1) || !$stmt->execute())
86 if (!$stmt->execute() || !$stmt->bind_result($column1))
106 if (!$stmt->bind_result($column1) || !$stmt->execute())
135 if (!$stmt->execute() || !$stmt->bind_result($column1))
155 if (!$stmt->bind_result($column1) || !$stmt->execute())
176 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
195 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
216 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
235 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())