/
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/bug80045.phpt
--TEST-- Bug #80045: memleak after two set_exception_handler calls with __call --FILE-- <?php class x { public function __construct(){ set_exception_handler([$this, 'dummyExceptionHandler']); set_exception_handler([$this, 'dummyExceptionHandler']); set_error_handler([$this, 'dummyErrorHandler']); set_error_handler([$this, 'dummyErrorHandler']); } public function __call($m, $p) {} } new x; ?> ===DONE=== --EXPECT-- ===DONE===
Copyright ©2k19 -
Hexid
|
Tex7ure