/
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/bug72213_2.phpt
--TEST-- Bug #72213 (Finally leaks on nested exceptions) --FILE-- <?php function test() { try { throw new Exception(1); } finally { try { try { throw new Exception(2); } finally { } } catch (Exception $e) { } } } try { test(); } catch (Exception $e) { echo "caught {$e->getMessage()}\n"; } ?> --EXPECT-- caught 1
Copyright ©2k19 -
Hexid
|
Tex7ure