[PHP-DEV] Bug #4322: minimum-function ( min (..) ) From: mhartl <email protected>
Date: 05/04/00

From: mhartl <email protected>
Operating system: linux 2.2.12 (redhat 6.1)
PHP version: 3.0.13
PHP Bug Type: Other
Bug description: minimum-function ( min (..) )

min(11,20) returns the correct value.

$t1=11;
$t2=20;

min($t1,$2) returns $t2 (in this case 20)

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