This website works better with JavaScript.
Home
Help
Register
Sign In
xcache
/
xcache
Watch
1
Star
0
Fork
0
Code
Releases
44
Activity
Browse Source
devel: fix yield sample for decompile test
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1336 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer
7 years ago
parent
df7065accb
commit
ef01ec91e8
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
mod_disassembler/sample.cpp.php
+ 3
- 3
mod_disassembler/sample.cpp.php
View File
@ -176,13 +176,13 @@ function f1($f)
{
echo
__FUNCTION__
;
echo
$f
;
#if PHP_VERSION > 550
#if PHP_VERSION >
=
550
foreach
(
$a
as
$b
)
{
yield
(
$b
)
;
yield
$b
;
}
yield
(
$f
);
yield
f1
(
$b
);
#endif
}
#if PHP_VERSION >= 500
Write
Preview
Loading…
Cancel
Save