Test: /ext/standard/tests/serialize/serialization_objects_009.phpt - Version 5.4.0RC8-dev    

There is 1 diff reported by users for this test.

Count Diff
6 (100%)
001+ Warning: unserialize(): Function spl_autoload_call() hasn't defined the class it was called for in %s/serialization_objects_009.php on line 14
002+
003- Warning: Class C has no unserializer in %sserialization_objects_009.php on line %d
004- object(__PHP_Incomplete_Class)#%d (1) {
005- ["__PHP_Incomplete_Class_Name"]=>
006- string(1) "C"
007- }
008- object(C)#%d (0) {
009- }
005+ Fatal error: Uncaught exception 'LogicException' with message 'Class C could not be loaded' in %s/serialization_objects_009.php:14
006+ Stack trace:
007+ #0 [internal function]: spl_autoload('C')
008+ #1 [internal function]: spl_autoload_call('C')
009+ #2 %s/serialization_objects_009.php(14): unserialize('C:1:"C":6:{dasd...')
010+ #3 {main}
011+ thrown in %s/serialization_objects_009.php on line 14
010- Done