Home
last modified time | relevance | path

Searched refs:results (Results 1 – 5 of 5) sorted by relevance

/web-master/fetch/
H A Duser.php33 $results = $stmt->fetch(PDO::FETCH_ASSOC); variable
34 if (!$results) {
39 if (!$stmt->execute([$results["userid"]])) {
43 unset($results["userid"]); // Our internal ID has no meaning for anyone
45 $results["notes"] = $stmt->fetchAll(PDO::FETCH_ASSOC);
47 echo json_encode($results);
H A Dallusers.php31 $results = $stmt->fetchAll(PDO::FETCH_ASSOC); variable
32 if (!$results) {
36 echo json_encode($results);
H A Duser-profile.php47 $results = $stmt->fetch(PDO::FETCH_ASSOC); variable
48 if (!$results) {
52 render($results);
/web-master/include/
H A Dfunctions.inc264 $results = [];
267 $results[] = ['key' => $match[1],
272 return $results;
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text455 give slightly wrong results, and in some circumstances could remove
485 give slightly wrong results, and in some circumstances could remove

Completed in 14 milliseconds