_setValue($value); foreach ($values as $value) { if (!in_array($value, $this->_haystack, $this->_strict)) { $this->_setValue($value); $this->_error(); return false; } } return true; } }