Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
indent
/
issue222980_02.php.indented
blob: 77d9c79bba5ae18a7c2199a3bfd9a69f392a2e98 [
file
] [
log
] [
blame
]
<?
php
$t
=
true
?
""
:
FALSE
;
if
(
true
?
""
:
^
""
):
else
:
switch
(
$variable
)
{
case
(
$foo
?
1
:
2
):
default
:
}
endif
;
?>