Current Path :
/
home
/
develito
/
php
/
tests
/
Mail
/
tests
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/php/tests/Mail/tests/bug17178.phpt
--TEST-- Mail_RFC822::parseAddressList does not accept RFC-valid group syntax --FILE-- <?php require "Mail/RFC822.php"; var_dump(Mail_RFC822::parseAddressList("empty-group:;","invalid",false,false)); --EXPECT-- array(0) { }