ID:               41551
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kondakov at dewia dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Date/time related
 Operating System: Win 2000, php 5.1.1 and 4.4.1
 PHP Version:      5.2.2
 New Comment:

See bug #41547 for the explanation.


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

[2007-05-31 15:44:21] kondakov at dewia dot com

Description:
------------
for the actual date is 31.05.2007

Reproduce code:
---------------
var_dump(strtolower(date('F')), strtolower(date('F',strtotime(' +1
month'))));


Expected result:
----------------
string(3) "may"
string(4) "june"

Actual result:
--------------
string(3) "may"
string(4) "july"


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


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

Reply via email to