|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-05-31 15:52 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 05:00:01 2025 UTC |
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"