Your IP : 216.73.217.90


Current Path : /proc/self/root/proc/self/root/usr/local/php5.5/lib/php/test/Mail/tests/
Upload File :
Current File : //proc/self/root/proc/self/root/usr/local/php5.5/lib/php/test/Mail/tests/bug17178.phpt

--TEST--
Mail_RFC822::parseAddressList does not accept RFC-valid group syntax
--FILE--
<?php
require "Mail/RFC822.php";

$parser = new Mail_RFC822();
var_dump($parser->parseAddressList("empty-group:;","invalid",false,false));

--EXPECT--
array(0) {
}