php-8.0.30-src/Zend/tests/generators/yield_from_by_reference.phpt

13 lines
207 B
PHP

--TEST--
Yield from by reference is not supported
--FILE--
<?php
function &gen() {
yield from [];
}
?>
--EXPECTF--
Fatal error: Cannot use "yield from" inside a by-reference generator in %s on line %d