/
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/closure_021.phpt
--TEST-- Closure 021: Throwing exception inside lambda --FILE-- <?php $foo = function() { try { throw new Exception('test!'); } catch(Exception $e) { throw $e; } }; try { $foo(); } catch (Exception $e) { var_dump($e->getMessage()); } ?> --EXPECT-- string(5) "test!"
Copyright ©2k19 -
Hexid
|
Tex7ure