From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.0.6
PHP Bug Type:     Arrays related
Bug description:  associative arrays - cannot use exclamation mark in key!

if you have an array where the key is a string like
$arrayname["a string here!"]. You will not be able to pull the value for
that key from the array. Removing the exclamation mark in the key fixes
this bug.
-- 
Edit bug report at: http://bugs.php.net/?id=14160&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to