/
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/bug64135.phpt
--TEST-- Bug #64135 (Exceptions from set_error_handler are not always propagated) --FILE-- <?php function exception_error_handler() { throw new Exception(); } set_error_handler("exception_error_handler"); try { $undefined->undefined(); } catch(Throwable $e) { echo "Exception is thrown"; } ?> --EXPECT-- Exception is thrown
Copyright ©2k19 -
Hexid
|
Tex7ure