Test: /ext/spl/tests/bug41528.phpt - Version 5.4.0RC1-dev
Bug #41528 | Classes extending ArrayObject do not serialize correctly | ||||
---|---|---|---|---|---|
Submitted: | 2007-05-29 10:48:09 | Modified: | 2007-12-17 15:16:11 | ||
From: | m.stach | Assigned: | davidc | ||
Status: | Closed | Package: | SPL related | ||
PHP Version: | 5.2.* | OS: | * |
There is 1 diff reported by users for this test.
Count | Diff |
---|---|
2 (100%) |
009- object(ClassOne)#2 (2) {
010- ["a"]=>
011- int(1)
012- ["storage":"ArrayObject":private]=>
013- array(0) {
014- }
015- }
016- int(1)
|