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