Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 17 of 17) sorted by relevance

/web-bugs/src/Database/
H A DStatement.php17 public function execute($parameters = null): self function in App\\Database\\Statement
19 parent::execute($parameters);
/web-bugs/src/Repository/
H A DBugRepository.php52 $statement->execute([$id]);
72 $statement->execute();
115 $statement->execute([$feedbackPeriod]);
137 $statement->execute($arguments);
164 $statement->execute($arguments);
175 $statement->execute([$id]);
H A DCommentRepository.php38 $statement->execute([$id]);
61 $statement->execute([$interval]);
H A DPatchRepository.php43 $statement->execute([$bugId]);
61 $statement->execute($arguments);
78 $statement->execute([$bugId, $patch]);
94 $statement->execute([$bugId, $name, $revision]);
H A DObsoletePatchRepository.php35 $statement->execute([$bugId, $patch, $revision]);
51 $statement->execute([$bugId, $patch, $revision]);
H A DPullRequestRepository.php39 $statement->execute([$bugId]);
H A DVoteRepository.php32 $statement->execute([$id, $ip]);
H A DPackageRepository.php50 $statement->execute($arguments);
73 $statement->execute($arguments);
/web-bugs/www/
H A Dbug-pwd-finder.php32 $row = $dbh->prepare($query)->execute()->fetch();
46 ')->execute([bugs_get_hash($new_passwd), $bug_id]);
H A Dvote.php80 )->execute();
89 ->execute([
H A Dlstats.php32 $res = $dbh->prepare($query)->execute([]);
H A Dfix.php145 ")->execute([
H A Dbug.php100 …$dbh->prepare('REPLACE INTO bugdb_subscribe SET bug_id = ?, email = ?')->execute([$bug_id, $email]…
356 ")->execute([
537 ")->execute([
1275 $dbh->prepare("DELETE FROM bugdb_comments WHERE bug='{$bug_id}' AND id='{$com_id}'")->execute();
/web-bugs/src/Utils/
H A DPatchTracker.php118 $this->dbh->prepare($sql)->execute([$bugId, $patch, $revision, $developer]);
123 $this->dbh->prepare($sql)->execute([$bugId, $patch, $revision, $developer]);
224 $this->dbh->prepare($sql)->execute([$bugId, $name, $revision]);
237 … $this->dbh->prepare($sql)->execute([$bugId, $name, $revision, $obsoleteName, $obsoleteRevision]);
/web-bugs/scripts/cron/
H A Dno-feedback38 ')->execute([
/web-bugs/include/
H A Dfunctions.php1067 ")->execute([$bug_id]);
1083 … $res = $dbh->prepare("SELECT ts1, email, ldesc FROM bugdb WHERE id = ?")->execute([$bug_id]);
1253 ')->execute([$package_name]);
1289 …$assigned = $dbh->prepare("SELECT assign FROM bugdb WHERE id= ? ")->execute([$bug_id])->fetch(\PDO…
1296 …$bcc = $dbh->prepare("SELECT email FROM bugdb_subscribe WHERE bug_id=?")->execute([$bug_id])->fetc…
1372 $affected = $dbh->prepare($query, null, null)->execute([$hash, $bug_id, $email]);
1424 $sub = $dbh->prepare($query)->execute([$bug_id, $hash])->fetch();
1441 $dbh->prepare($query)->execute([$bug_id, $hash, $sub['email']]);
1455 ")->execute([
1469 ")->execute([$new_status, $bug_id]);
[all …]
H A Dquery.php274 $result = $dbh->prepare($query)->execute()->fetchAll();
276 … $total_rows = $dbh->prepare('SELECT FOUND_ROWS()')->execute()->fetch(\PDO::FETCH_NUM)[0];

Completed in 19 milliseconds