/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
session
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/session/tests/bug53141.phpt
--TEST-- Bug #53141 (autoload misbehaves if called from closing session) --SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- <?php spl_autoload_register(function ($class) { var_dump("Loading $class"); eval('class Bar {}'); }); class Foo { function __sleep() { new Bar; return array(); } } session_start(); $_SESSION['foo'] = new Foo; ?> --EXPECT-- string(11) "Loading Bar"
Copyright ©2k19 -
Hexid
|
Tex7ure