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