--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) {
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 13659.phpt | File | 649 B | 0644 |
|
| 9137.phpt | File | 1001 B | 0644 |
|
| 9137_2.phpt | File | 1.2 KB | 0644 |
|
| bug17178.phpt | File | 228 B | 0644 |
|
| bug17317.phpt | File | 421 B | 0644 |
|
| rfc822.phpt | File | 2.78 KB | 0644 |
|
| smtp_error.phpt | File | 755 B | 0644 |
|