/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug62763.phpt
--TEST-- Bug #62763 (register_shutdown_function and extending class) --FILE-- <?php class test1 { public function __construct() { register_shutdown_function(array($this, 'shutdown')); } public function shutdown() { exit(__METHOD__); } } class test2 extends test1 { public function __destruct() { exit (__METHOD__); } } new test1; new test2; ?> --EXPECT-- test1::shutdowntest2::__destruct
Copyright ©2k19 -
Hexid
|
Tex7ure