/
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/bug66041.phpt
--TEST-- Bug #66041: list() fails to unpack yielded ArrayAccess object --FILE-- <?php function dumpElement() { list($value) = yield; var_dump($value); }; $fixedArray = new SplFixedArray(1); $fixedArray[0] = 'the element'; $generator = dumpElement(); $generator->send($fixedArray); ?> --EXPECT-- string(11) "the element"
Copyright ©2k19 -
Hexid
|
Tex7ure