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

Bug #27469 zend_variables.c problem
Submitted: 2004-03-02 18:00:40 Modified: 2004-09-25 00:08:52
From: friosa Assigned: andi
Status: Closed Package: Scripting Engine problem
PHP Version: 4.3.9, 5.0.1 OS: *

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/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- }