protected function isFWS() : bool { if ($this->escaped()) { return false; } return in_array($this->lexer->current->type, self::FWS_TYPES); }