Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
formatting
/
issue218877.php
blob: 55e9620d6f98e4451d9686e42ea17933735bb95f [
file
] [
log
] [
blame
]
<?
php
if
(
0
)
1
;
else
2
;
class
ClassName
{
function
__construct
()
{
if
(
0
)
1
;
else
2
;
}
}
?>