Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
yieldFrom_06.php
blob: ab9ff536b1483e4cce34010e8d8c777c0d31c584 [
file
]
<?
php
function
count_to_two
()
{
return
yield
from
[
1
,
2
];
}