php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4322 minimum-function ( min (..) )
Submitted: 2000-05-04 10:30 UTC Modified: 2000-07-28 01:51 UTC
From: mhartl at dr dot wirth dot de Assigned:
Status: Closed Package: Other
PHP Version: 3.0.13 OS: linux 2.2.12 (redhat 6.1)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
27 - 24 = ?
Subscribe to this entry?

 
 [2000-05-04 10:30 UTC] mhartl at dr dot wirth dot de
min(11,20) returns the correct value.

$t1=11;
$t2=20;

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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-28 01:51 UTC] hholzgra@php.net
definetly can't reproduce
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 20:01:35 2024 UTC