/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
generators
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/generators/throw_uncaught.phpt
--TEST-- Generator::throw() where the exception is not caught in the generator --FILE-- <?php function gen() { yield 'thisThrows'; yield 'notReached'; } $gen = gen(); var_dump($gen->throw(new RuntimeException('test'))); ?> --EXPECTF-- Fatal error: Uncaught RuntimeException: test in %s:%d Stack trace: #0 {main} thrown in %s on line %d
Copyright ©2k19 -
Hexid
|
Tex7ure