Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object. Please ensure that the class definition "SuperCustomXyz" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /in/WJiN0:78
Stack trace:
#0 /in/WJiN0(73): map_deep(Object(__PHP_Incomplete_Class), 'stripslashes_fr...')
#1 /in/WJiN0(100): map_deep(Array, 'stripslashes_fr...')
#2 {main}
thrown in /in/WJiN0 on line 78
Process exited with code 255.
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Notice: map_deep(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "SuperCustomXyz" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /in/WJiN0 on line 78
Notice: map_deep(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "SuperCustomXyz" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /in/WJiN0 on line 78
Array
(
[0] => __PHP_Incomplete_Class Object
(
[__PHP_Incomplete_Class_Name] => SuperCustomXyz
[ SuperCustomXyz x] => test
)
[testdata] => Array
(
[a] => 1
[b] => 2
)
)