Searched refs:results (Results 1 – 5 of 5) sorted by relevance
33 $results = $stmt->fetch(PDO::FETCH_ASSOC); variable34 if (!$results) {39 if (!$stmt->execute([$results["userid"]])) {43 unset($results["userid"]); // Our internal ID has no meaning for anyone45 $results["notes"] = $stmt->fetchAll(PDO::FETCH_ASSOC);47 echo json_encode($results);
31 $results = $stmt->fetchAll(PDO::FETCH_ASSOC); variable32 if (!$results) {36 echo json_encode($results);
47 $results = $stmt->fetch(PDO::FETCH_ASSOC); variable48 if (!$results) {52 render($results);
264 $results = [];267 $results[] = ['key' => $match[1],272 return $results;
455 give slightly wrong results, and in some circumstances could remove 485 give slightly wrong results, and in some circumstances could remove
Completed in 8 milliseconds