/
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/bug73337.phpt
--TEST-- Bug #73337 (try/catch not working with two exceptions inside a same operation) --FILE-- <?php class d { function __destruct() { throw new Exception; } } try { new d + new d; } catch (Exception $e) { print "Exception properly caught\n"; } ?> --EXPECT-- Exception properly caught
Copyright ©2k19 -
Hexid
|
Tex7ure