001+ Warning: unserialize(): Function spl_autoload_call() hasn't defined the class it was called for in %s/bug27469.php on line 3
002+
003+ Fatal error: Uncaught exception 'LogicException' with message 'Class TestClass could not be loaded' in %s/bug27469.php:3
004+ Stack trace:
005+ #0 [internal function]: spl_autoload('TestClass')
006+ #1 [internal function]: spl_autoload_call('TestClass')
007+ #2 %s/bug27469.php(3): unserialize('O:9:"TestClass"...')
008+ #3 {main}
009+ thrown in %s/bug27469.php on line 3
001- object(__PHP_Incomplete_Class)#1 (1) {
002- ["__PHP_Incomplete_Class_Name"]=>
003- string(9) "TestClass"
004- }
005- O:9:"TestClass":0:{}
006- object(__PHP_Incomplete_Class)#1 (1) {
007- ["__PHP_Incomplete_Class_Name"]=>
008- string(9) "TestClass"
009- }
010- O:9:"TestClass":0:{}
011- object(__PHP_Incomplete_Class)#1 (1) {
012- ["__PHP_Incomplete_Class_Name"]=>
013- string(9) "TestClass"
014- }