Home
last modified time | relevance | path

Searched refs:getQuestion (Results 1 – 6 of 6) sorted by relevance

/web-bugs/templates/
H A Daddghpull.php36 <th>Solve the problem:<br><?php echo $captcha->getQuestion(); ?></th>
H A Daddpatch.php35 <th>Solve the problem:<br><?php echo $captcha->getQuestion(); ?></th>
/web-bugs/tests/Unit/Utils/
H A DCaptchaTest.php27 $this->assertEquals($question, $this->captcha->getQuestion());
/web-bugs/www/
H A Dbug-pwd-finder.php93 <p><b>Solve the problem:<br><?php echo $captcha->getQuestion(); ?> <input type="text" name="captcha…
H A Dbug.php1037 <th>Solve the problem:<br><?php echo htmlspecialchars($captcha->getQuestion()); ?></th>
/web-bugs/src/Utils/
H A DCaptcha.php90 public function getQuestion(): string function in App\\Utils\\Captcha

Completed in 11 milliseconds