Searched refs:getQuestion (Results 1 – 6 of 6) sorted by relevance
36 <th>Solve the problem:<br><?php echo $captcha->getQuestion(); ?></th>
35 <th>Solve the problem:<br><?php echo $captcha->getQuestion(); ?></th>
27 $this->assertEquals($question, $this->captcha->getQuestion());
93 <p><b>Solve the problem:<br><?php echo $captcha->getQuestion(); ?> <input type="text" name="captcha…
1032 <th>Solve the problem:<br><?php echo htmlspecialchars($captcha->getQuestion()); ?></th>
90 public function getQuestion(): string function in App\\Utils\\Captcha
Completed in 16 milliseconds