php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28548 Max bug
Submitted: 2004-05-27 21:01 UTC Modified: 2004-05-27 21:14 UTC
From: none at sample dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.6 OS: Windows
Private report: No CVE-ID: None
 [2004-05-27 21:01 UTC] none at sample dot com
Description:
------------
'Max' function bug.

Reproduce code:
---------------
echo max(1, 2, '3', 'foo'), ' ', max(1, 2, 3, 'foo'); 

Expected result:
----------------
foo 3

Actual result:
--------------
3 3

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-27 21:14 UTC] mgf@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

This is as documented at http://www.php.net/max
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 08:01:29 2024 UTC