[PHP-DEV] array_data_compare From: Stig Venaas (Stig.Venaas <email protected>)
Date: 10/21/00

Hi

There's a comment in front of array_data_compare() saying:

/* Numbers are always smaller than strings int this function as it
 * anyway doesn't make much sense to compare two different data types.
 * This keeps it consistant and simple.
 */

This is not true and should be changed, it depends on the
compare function being used.

Stig

-- 
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>