php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36510 strtotime string with tabs - changed behaviour
Submitted: 2006-02-24 11:31 UTC Modified: 2006-02-27 20:41 UTC
From: edoardo at serra dot to dot it Assigned: derick (profile)
Status: Closed Package: Date/time related
PHP Version: 5.1.2 OS: Linux
Private report: No CVE-ID: None
 [2006-02-24 11:31 UTC] edoardo at serra dot to dot it
Description:
------------
Strtotime returns false if a TAB is contained in the time string as in the following examples.

Not sure if it's a bug, but the behiavour has changed.

We had a mistiped line of code with a TAB in many projects, that's why we noticed it ;)

I suggest an internal replacement of \t, \r, \n as whitespaces

Reproduce code:
---------------
var_dump(strtotime("-2 hours"));

(with a TAB beetween '-2' and 'hours')

Expected result:
----------------
int(1140769426)

Actual result:
--------------
bool(false)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-24 14:02 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip


 [2006-02-24 14:10 UTC] derick@php.net
Already on this. Tony, please try to confirm bugs first before asking for feedback blindly.
 [2006-02-26 18:07 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 [2006-02-27 20:41 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC