Sign in
apache
/
zetacomponents
/
trunk
/
.
/
PhpGenerator
/
tests
/
data
/
indent_test.data
blob: 9301376528ef7eb3064ad20af3e9176f3ae5548b [
file
]
if
(
true
)
{
foreach
(
$counter
as
$count
)
{
while
(
false
)
{
do
{
return
true
;
}
while
(
false
);
}
}
}
else
if
(
true
)
{
return
true
;
}