ID:               36510
 Updated by:       [EMAIL PROTECTED]
 Reported By:      edoardo at serra dot to dot it
-Status:           Open
+Status:           Feedback
 Bug Type:         Date/time related
 Operating System: Linux
 PHP Version:      5.1.2
 New Comment:

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




Previous Comments:
------------------------------------------------------------------------

[2006-02-24 11:31:46] 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)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36510&edit=1

Reply via email to