|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-01 14:55 UTC] [email protected]
[2005-12-01 17:26 UTC] [email protected]
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Mar 17 18:00:02 2026 UTC |
Description: ------------ Since version 5.1 strtotime("11/20/2005 8:00 AM\r\n"); fails, and returns null strtotime(trim("11/20/2005 8:00 AM\r\n")); fixes it Reproduce code: --------------- print(strtotime("11/20/2005 8:00 AM\r\n")); Expected result: ---------------- 1132488000