Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue237220.php
blob: 85eedd23ae64958d8b874d30590d6b81a270478d [
file
]
<?
php
function
coroutine
()
{
while
(
$var
=
yield
);
}
?>