/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
serialize
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/serialize/bug35895.phpt
--TEST-- Bug #35895 (__sleep and private property) --FILE-- <?php class Parents { private $parents; public function __sleep() { return array("parents"); } } class Child extends Parents { private $child; public function __sleep() { return array_merge(array("child"), parent::__sleep()); } } $obj = new Child(); serialize($obj); ?> --EXPECTF-- Warning: serialize(): "parents" returned as member variable from __sleep() but does not exist in %s on line %d
Copyright ©2k19 -
Hexid
|
Tex7ure