Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
foldingConditionalStatements_1.php
blob: 6c409f0adaa081d58753cf9297667f42524ef3fb [
file
]
<?
php
class
ClassName
{
function
__construct
()
{
if
(
true
)
{
}
if
(
true
)
{
}
elseif
(
true
)
{
}
if
(
true
)
{
}
else
{
}
}
}
if
(
true
)
{
}
if
(
true
)
{
}
elseif
(
true
)
{
}
if
(
true
)
{
}
else
{
}