/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
generators
/
errors
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/generators/errors/count_error.phpt
--TEST-- Generators can't be counted --FILE-- <?php function gen() { yield; } $gen = gen(); try { count($gen); } catch (\TypeError $e) { echo $e->getMessage(), PHP_EOL; } ?> --EXPECT-- count(): Argument #1 ($var) must be of type Countable|array, Generator given
Copyright ©2k19 -
Hexid
|
Tex7ure