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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mhartl at dr dot wirth dot de
New email:
PHP Version: OS:

 

 [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 01 16:01:31 2024 UTC