|
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] nlopess@php.net
[2005-12-01 17:26 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 20:00:01 2025 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