Searched refs:captcha (Results 1 – 7 of 7) sorted by relevance
11 private $captcha; variable in App\\Tests\\Unit\\Utils\\CaptchaTest15 $this->captcha = new Captcha();23 $this->captcha->setFirst($first);24 $this->captcha->setLast($last);25 $this->captcha->setOperation($operation);27 $this->assertEquals($question, $this->captcha->getQuestion());28 $this->assertEquals($expected, $this->captcha->getAnswer());
25 $_SESSION['answer'] = $captcha->getAnswer();36 <th>Solve the problem:<br><?php echo $captcha->getQuestion(); ?></th>
24 $_SESSION['answer'] = $captcha->getAnswer();35 <th>Solve the problem:<br><?php echo $captcha->getQuestion(); ?></th>
13 $captcha = $container->get(Captcha::class); variable76 $_SESSION['answer'] = $captcha->getAnswer();93 <p><b>Solve the problem:<br><?php echo $captcha->getQuestion(); ?> <input type="text" name="captcha…
43 $captcha = $container->get(Captcha::class); variable
54 $captcha = $container->get(Captcha::class); variable
127 $captcha = $container->get(Captcha::class); variable1022 $_SESSION['answer'] = $captcha->getAnswer();1032 <th>Solve the problem:<br><?php echo htmlspecialchars($captcha->getQuestion()); ?></th>
Completed in 14 milliseconds