Home
last modified time | relevance | path

Searched refs:last (Results 1 – 3 of 3) sorted by relevance

/web-bugs/src/Utils/
H A DCaptcha.php21 private $last; variable in App\\Utils\\Captcha
76 $this->last = $number;
97 return $this->first.' '.$symbol.' '.$this->last.' = ?';
107 return \call_user_func([Captcha::class, $this->operation], $this->first, $this->last);
118 $last = $this->last;
121 $this->first = $first > $last ? $first : $last;
122 $this->last = $first > $last ? $last : $first;
129 private function addition(int $first, int $last): int argument
131 return $first + $last;
137 private function subtraction(int $first, int $last): int argument
[all …]
/web-bugs/tests/Unit/Utils/
H A DCaptchaTest.php21 …public function testGetQuestion(int $first, int $last, string $operation, string $question, int $e… argument
24 $this->captcha->setLast($last);
/web-bugs/sql/
H A Dschema.sql2 -- ts2 bug last updated date

Completed in 7 milliseconds