PATH:
home
/
lab2454c
/
aficb.com
/
vendor
/
egulias
/
email-validator
/
src
/
Warning
<?php namespace Egulias\EmailValidator\Warning; class AddressLiteral extends Warning { const CODE = 12; public function __construct() { $this->message = 'Address literal in domain part'; $this->rfcNumber = 5321; } }
[-] LabelTooLong.php
[edit]
[-] 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]
[-] DomainTooLong.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]