|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2015-03-31 04:45 UTC] laruence@php.net
-Assigned To:
+Assigned To: derick
[2015-03-31 04:45 UTC] laruence@php.net
[2015-03-31 04:48 UTC] laruence@php.net
[2015-03-31 05:21 UTC] demon@php.net
-PHP Version: 5.5.23
+PHP Version: All
[2015-03-31 05:21 UTC] demon@php.net
[2015-03-31 15:37 UTC] derick@php.net
[2015-03-31 15:37 UTC] derick@php.net
-Status: Assigned
+Status: Closed
[2015-03-31 15:45 UTC] jpauli@php.net
[2015-04-14 08:31 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 20:00:01 2025 UTC |
Description: ------------ Today is 31,3,2015 Test script: --------------- $ php55 -d date.timezone=UTC -r "var_dump(date('d.m.Y',strtotime('last day of april')));" Expected result: ---------------- string(10) "30.04.2015" Actual result: -------------- string(10) "31.05.2015"