Date: 07/14/01
- Next message: php-dev <email protected>: "[PHP-DEV] PHP 3.0 Bug Summary Report"
- Previous message: jlim <email protected>: "[PHP-DEV] Bug #12166: SQL_CUR_DEFAULT constant not defined in php_odbc.dll"
- Next in thread: eschmid <email protected>: "[PHP-DEV] Bug #12167 Updated: Bug in function.array-keys.php"
- Reply: eschmid <email protected>: "[PHP-DEV] Bug #12167 Updated: Bug in function.array-keys.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Marosevic <email protected>
Operating system: Win 98
PHP version: 4.0.6
PHP Bug Type: Documentation problem
Bug description: Bug in function.array-keys.php
http://www.php.net/manual/de/function.array-keys.php
Beisepiel:
$array = array (0 => 100, "farbe" => "rot");
array_keys ($array); // liefert array (0, "color")
^^^^^
It must be "farbe" and not "color".
Mario
-- Edit bug report at: http://bugs.php.net/?id=12167&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: php-dev <email protected>: "[PHP-DEV] PHP 3.0 Bug Summary Report"
- Previous message: jlim <email protected>: "[PHP-DEV] Bug #12166: SQL_CUR_DEFAULT constant not defined in php_odbc.dll"
- Next in thread: eschmid <email protected>: "[PHP-DEV] Bug #12167 Updated: Bug in function.array-keys.php"
- Reply: eschmid <email protected>: "[PHP-DEV] Bug #12167 Updated: Bug in function.array-keys.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

