Current Path : /proc/thread-self/root/proc/self/root/opt/alt/php72/usr/share/pear/test/Mail/tests/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/php72/usr/share/pear/test/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) { }