You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught TypeError: Cannot assign string to property Exception::$trace of type array in %s:%d
13
-
Stack trace:
14
-
#0 %s(%d): unserialize('O:9:"exception"...')
15
-
#1 {main}
16
-
thrown in %s on line %d
20
+
--EXPECT--
21
+
TypeError: Cannot assign string to property Exception::$trace of type array
22
+
object(__PHP_Incomplete_Class)#1 (1) {
23
+
["__PHP_Incomplete_Class_Name"]=>
24
+
*RECURSION*
25
+
}
26
+
Error: The script tried to call a method on an incomplete object. Please ensure that the class definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition
0 commit comments