Test: /ext/standard/tests/serialize/005.phpt - Version 7.0.11-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
004+ Segmentation fault (core dumped)
005+
006+ Termsig=11
004- TestOld::__wakeup()
005- object(TestOld)#%d (0) {
006- }
007- ===N1===
008- TestNew::serialize()
009- string(2) "N;"
010- NULL
011- ===N2===
012- TestNew::serialize()
013- string(19) "C:7:"TestNew":1:{2}"
014- TestNew::unserialize()
015- object(TestNew)#%d (0) {
016- }
017- ===NAOld===
018- unserializer(TestNAOld)
019- TestOld::__wakeup()
020- object(TestNAOld)#%d (0) {
021- }
022- ===NANew===
023- unserializer(TestNANew)
024-
025- Warning: Erroneous data format for unserializing 'TestNANew' in %s005.php on line %d
026-
027- Notice: unserialize(): Error at offset 19 of 20 bytes in %s005.php on line %d
028- bool(false)
029- ===NANew2===
030- unserializer(TestNANew2)
031- TestNew::unserialize()
032- object(TestNANew2)#%d (0) {
033- }
034- ===AutoOld===
035- unserializer(autoload_implements)
036- Try __autoload()
037- do_autoload(autoload_interface)
038- do_autoload(autoload_implements)
039- object(autoload_implements)#%d (0) {
040- }
041- ===AutoNA===
042- do_autoload(autoload_not_available)
043- unserializer(autoload_not_available)
044- Try __autoload()
045- do_autoload(autoload_not_available)
046- do_autoload(autoload_not_available)
047-
048- Warning: unserialize(): Function unserializer() hasn't defined the class it was called for in %s005.php on line %d
049- object(__PHP_Incomplete_Class)#%d (1) {
050- ["__PHP_Incomplete_Class_Name"]=>
051- string(22) "autoload_not_available"
052- }
053- ===DONE===