Test: /ext/date/tests/bug67308.phpt - Version 7.0.11-dev        

Bug #67308 Serialize of DateTime truncates fractions of second
Submitted: 2014-05-20 10:19:16 Modified: 2014-05-21 20:07:08
From: robert.johnson Assigned: aharvey
Status: Closed Package: Date/time related
PHP Version: 5.4.28 OS: XP sp3

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Segmentation fault (core dumped)
002+
003+ Termsig=11
001- object(DateTime)#%d (3) {
002- ["date"]=>
003- string(26) "2005-07-14 22:30:41.000000"
004- ["timezone_type"]=>
005- int(3)
006- ["timezone"]=>
007- string(13) "Europe/London"
008- }
009- object(DateTime)#%d (3) {
010- ["date"]=>
011- string(26) "2005-07-14 22:30:41.123456"
012- ["timezone_type"]=>
013- int(3)
014- ["timezone"]=>
015- string(13) "Europe/London"
016- }