Test: /ext/standard/tests/serialize/bug69210.phpt - Version 7.1.26        

Bug #69210 serialize function return corrupted data when sleep has non-string values
Submitted: 2015-03-10 03:59:34 Modified: 2015-03-23 03:37:12
From: jrbasso Assigned: stas
Status: Closed Package: *General Issues
PHP Version: 5.6.6 OS: Any

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ ** ERROR: process timed out **
001- O:10:"testString":2:{s:1:"a";b:1;s:1:"1";N;}
002- O:11:"testInteger":2:{s:1:"a";b:1;s:1:"1";N;}
003- object(testString)#3 (2) {
004- ["a"]=>
005- bool(true)
006- ["1"]=>
007- NULL
008- }
009- object(testInteger)#3 (2) {
010- ["a"]=>
011- bool(true)
012- ["1"]=>
013- NULL
014- }