Test: /tests/classes/serialize_001.phpt - Version 5.3.16-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- ==========
002- %unicode|string%(6) "String"
003- Test::__construct(String)
004- Test::serialize(String)
005- Test::unserialize(String)
006- object(Test)#%d (1) {
007- [%u|b%"data"]=>
008- %unicode|string%(6) "String"
009- }
010- object(Test)#%d (1) {
011- [%u|b%"data"]=>
012- %unicode|string%(6) "String"
013- }
014- ==========
015- NULL
016- Test::__construct()
017- Test::serialize()
018- NULL
019- ==========
020- int(42)
021- Test::__construct(42)
022- Test::serialize(42)
023- Exception: Test::serialize() must return a string or NULL
024- ==========
025- bool(false)
026- Test::__construct()
027- Test::serialize()
028- Exception: Test::serialize() must return a string or NULL
029- ===DONE===