/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
try
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/try/bug70228_5.phpt
--TEST-- Bug #70228 (memleak if return hidden by throw in finally block) --FILE-- <?php function test() { try { return str_repeat("a", 2); } finally { throw new Exception("ops"); } } try { test(); } catch (Exception $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- ops
Copyright ©2k19 -
Hexid
|
Tex7ure