ID:               28548
 Updated by:       [EMAIL PROTECTED]
 Reported By:      none at sample dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Windows
 PHP Version:      4.3.6
 New Comment:

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


Previous Comments:
------------------------------------------------------------------------

[2004-05-27 21:01:53] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28548&edit=1

Reply via email to