Edit report at https://bugs.php.net/bug.php?id=51894&edit=1

 ID:                 51894
 Comment by:         chris at gedrim dot co dot uk
 Reported by:        ronald dot fischer at ummanzer dot de
 Summary:            DateTime::Diff breaks range()
 Status:             Feedback
 Type:               Bug
 Package:            Date/time related
 Operating System:   Windows 7 Home Premium 64bit
 PHP Version:        5.3.2
 Block user comment: N
 Private report:     N

 New Comment:

I'm experiencing this issue with php v5.3.5 on Windows 7 Pro x64.

Just about to try the snapshot suggested.


Previous Comments:
------------------------------------------------------------------------
[2010-05-24 11:44:37] der...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

------------------------------------------------------------------------
[2010-05-23 22:34:19] ronald dot fischer at ummanzer dot de

Description:
------------
After calling DateTime::Diff() the first call to range() fails and issues a 
warning.



Test script:
---------------
date_default_timezone_set('Europe/Paris');

$dt = new DateTime('2010-10-10');
$dt->diff(new DateTime('2010-12-12'));
range(0,-1,1);

Expected result:
----------------
array(2) { [0]=> int(0) [1]=> int(-1) }

Actual result:
--------------
Warning: range(): step exceeds the specified range
bool(false)


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



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

Reply via email to