Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
yieldFrom_01.php
blob: f818c673bf823546bd7e1eebf79cf57078b41e29 [
file
]
<?
php
function
g2
()
{
yield
1
;
yield
from
g1
();
yield
5
;
}