X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/egulias/email-validator/src/Warning
home
/
prisjneg
/
public_html
/
vendor
/
egulias
/
email-validator
/
src
/
Warning
/
📁
..
📄
AddressLiteral.php
(258 B)
📄
CFWSNearAt.php
(228 B)
📄
CFWSWithFWS.php
(244 B)
📄
Comment.php
(216 B)
📄
DeprecatedComment.php
(217 B)
📄
DomainLiteral.php
(241 B)
📄
EmailTooLong.php
(293 B)
📄
IPV6BadChar.php
(256 B)
📄
IPV6ColonEnd.php
(267 B)
📄
IPV6ColonStart.php
(271 B)
📄
IPV6Deprecated.php
(251 B)
📄
IPV6DoubleColon.php
(262 B)
📄
IPV6GroupCount.php
(257 B)
📄
IPV6MaxGroups.php
(276 B)
📄
LocalTooLong.php
(316 B)
📄
NoDNSMXRecord.php
(267 B)
📄
ObsoleteDTEXT.php
(259 B)
📄
QuotedPart.php
(608 B)
📄
QuotedString.php
(356 B)
📄
TLD.php
(195 B)
📄
Warning.php
(787 B)
Editing: Warning.php
<?php namespace Egulias\EmailValidator\Warning; abstract class Warning { /** * @var int CODE */ public const CODE = 0; /** * @var string */ protected $message = ''; /** * @var int */ protected $rfcNumber = 0; /** * @return string */ public function message() { return $this->message; } /** * @return int */ public function code() { return self::CODE; } /** * @return int */ public function RFCNumber() { return $this->rfcNumber; } /** * @return string */ public function __toString(): string { return $this->message() . " rfc: " . $this->rfcNumber . "internal code: " . static::CODE; } }
Upload File
Create Folder