ID:          22553
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Bogus
 Bug Type:    Documentation problem
 PHP Version: 4.2.3
 New Comment:

Totally wrong :)

<?

$a = array (
        'foo' => 1, 
        'FooBAR' => 2
        );

print_r(array_change_key_case($a));

?>

Output on 4.2.3 :

Array ( [foo] => 1 [foobar] => 2 )

Cheers,

Mehdi


Previous Comments:
------------------------------------------------------------------------

[2003-03-05 09:43:01] [EMAIL PROTECTED]

but the documentation says CASE_LOWER

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22553&edit=1


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to