|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-07 08:24 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Mar 29 05:00:02 2026 UTC |
Description: ------------ strtotime() returns -1 when it should return FALSE as per the docs for PHP v5.1.2 Reproduce code: --------------- strtotime('1969-12-31 15:59:59-08'); returns: -1 Expected result: ---------------- expected return of: FALSE with PHP v5.1.2 Actual result: -------------- result: -1