Test: /ext/spl/tests/bug49263.phpt - Version 7.4.6-dev        

Bug #49263 SplObjectStorage fails to serialize references
Submitted: 2009-08-14 20:46:20 Modified: 2009-10-06 13:35:40
From: m.kurzyna Assigned: colder
Status: Closed Package: SPL related
PHP Version: 5.3.0 OS: Linux

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
002+ object(SplObjectStorage)#2 (0) { 003+ } 004+ ===DONE=== 002- object(SplObjectStorage)#2 (1) { 003- ["storage":"SplObjectStorage":private]=> 004- array(2) { 005- ["%s"]=> 006- array(2) { 007- ["obj"]=> 008- object(stdClass)#1 (0) { 009- } 010- ["inf"]=> 011- array(2) { 012- ["prev"]=> 013- int(2) 014- ["next"]=> 015- object(stdClass)#3 (0) { 016- } 017- } 018- } 019- ["%s"]=> 020- array(2) { 021- ["obj"]=> 022- object(stdClass)#3 (0) { 023- } 024- ["inf"]=> 025- array(1) { 026- ["prev"]=> 027- object(stdClass)#1 (0) { 028- } 029- } 030- } 031- } 032- } 033- ===DONE===