Searched refs:is_valid (Results 1 – 2 of 2) sorted by relevance
39 private bool $is_valid; variable in Fisharebest\\Webtrees\\Age68 $this->is_valid = $x->isOK() && $y->isOK();81 if (!$this->is_valid) {112 if ($this->is_valid) {127 if ($this->is_valid) {142 if (!$this->is_valid) {
110 public function testIsValidEmail(string $email, bool $is_valid): void argument112 self::assertSame($is_valid, (new EmailService())->isValidEmail($email));