PATH:
home
/
lab2454c
/
omvstudio.com
/
vendor
/
egulias
/
email-validator
/
src
/
Result
/
Reason
<?php namespace Egulias\EmailValidator\Result\Reason; class DotAtStart implements Reason { public function code() : int { return 141; } public function description() : string { return "Starts with a DOT"; } }
[-] LabelTooLong.php
[edit]
[-] ConsecutiveDot.php
[edit]
[-] CharNotAllowed.php
[edit]
[-] RFCWarnings.php
[edit]
[-] UnOpenedComment.php
[edit]
[+]
..
[-] ExpectingCTEXT.php
[edit]
[-] NoDomainPart.php
[edit]
[-] AtextAfterCFWS.php
[edit]
[-] EmptyReason.php
[edit]
[-] DotAtEnd.php
[edit]
[-] NoDNSRecord.php
[edit]
[-] CRLFAtTheEnd.php
[edit]
[-] DomainHyphened.php
[edit]
[-] DomainAcceptsNoMail.php
[edit]
[-] ExpectingDomainLiteralClose.php
[edit]
[-] ConsecutiveAt.php
[edit]
[-] UnclosedComment.php
[edit]
[-] NoLocalPart.php
[edit]
[-] DomainTooLong.php
[edit]
[-] UnusualElements.php
[edit]
[-] CRLFX2.php
[edit]
[-] ExpectingATEXT.php
[edit]
[-] CRNoLF.php
[edit]
[-] DotAtStart.php
[edit]
[-] ExceptionFound.php
[edit]
[-] UnclosedQuotedString.php
[edit]
[-] DetailedReason.php
[edit]
[-] CommaInDomain.php
[edit]
[-] SpoofEmail.php
[edit]
[-] CommentsInIDRight.php
[edit]
[-] UnableToGetDNSRecord.php
[edit]
[-] ExpectingDTEXT.php
[edit]
[-] LocalOrReservedDomain.php
[edit]
[-] Reason.php
[edit]