PATH:
home
/
lab2454c
/
netxzero.com
/
carbon-credit
/
vendor
/
egulias
/
email-validator
/
src
/
Warning
<?php namespace Egulias\EmailValidator\Warning; class LocalTooLong extends Warning { const CODE = 64; const LOCAL_PART_LENGTH = 64; public function __construct() { $this->message = 'Local part is too long, exceeds 64 chars (octets)'; $this->rfcNumber = 5322; } }
[-] DeprecatedComment.php
[edit]
[-] IPV6DoubleColon.php
[edit]
[-] IPV6BadChar.php
[edit]
[-] CFWSNearAt.php
[edit]
[+]
..
[-] NoDNSMXRecord.php
[edit]
[-] TLD.php
[edit]
[-] AddressLiteral.php
[edit]
[-] IPV6MaxGroups.php
[edit]
[-] CFWSWithFWS.php
[edit]
[-] ObsoleteDTEXT.php
[edit]
[-] Comment.php
[edit]
[-] DomainLiteral.php
[edit]
[-] EmailTooLong.php
[edit]
[-] Warning.php
[edit]
[-] LocalTooLong.php
[edit]
[-] IPV6ColonEnd.php
[edit]
[-] IPV6Deprecated.php
[edit]
[-] IPV6GroupCount.php
[edit]
[-] IPV6ColonStart.php
[edit]
[-] QuotedString.php
[edit]
[-] QuotedPart.php
[edit]