PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Select_Common » Bug #6171

New England is not a state

Details

Submitted2005-12-06 18:06 UTC
Fromrafal at friendlysol dot com
StatusWont fix
PackageHTML_Select_Common
PHP Version5.1.0
OSFreeBSD
Roadmaps(Not assigned)

Comments

[2005-12-06 18:06 UTC] rafal at friendlysol dot com

Description:
------------
The list of US states shows New England as a state. New England is not a state in the US.

Test script:
---------------
require_once 'HTML/Select/Common/USState.php';
$states = new HTML_Select_Common_USState;
print_r ($states->_states));

Expected result:
----------------
No New England in the list

Actual result:
--------------
New England shows on the list