|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-07-16 05:47 UTC] aharvey@php.net
-Status: Open
+Status: Bogus
[2010-07-16 05:47 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
Description: ------------ strtotime does not return false for the invalid date of February 30. Test script: --------------- echo strtotime('2010-02-30'); echo date('r', strtotime('2010-02-30')); Expected result: ---------------- FALSE Wed, 31 Dec 1969 19:00:00 -0500 Actual result: -------------- 1267506000 Tue, 02 Mar 2010 00:00:00 -0500