/
/
opt
/
alt
/
php82
/
usr
/
share
/
pear
/
test
/
Mail
/
tests
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/php82/usr/share/pear/test/Mail/tests
Edit:
/opt/alt/php82/usr/share/pear/test/Mail/tests/bug17317.phpt
--TEST-- Mail_RFC822::parseAddressList invalid periods in mail address --FILE-- <?php require "Mail/RFC822.php"; $result[] = Mail_RFC822::parseAddressList('.name@example.com'); $result[] = Mail_RFC822::parseAddressList('name.@example.com'); $result[] = Mail_RFC822::parseAddressList('name..name@example.com'); foreach ($result as $r) { if (is_a($r, 'PEAR_Error')) { echo "OK\n"; } } --EXPECT-- OK OK OK
Ukuran: 421 B