Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
indent
/
switch_04.php.indented
blob: df9b038182c119d388610c8901b62b5d2092925d [
file
] [
log
] [
blame
]
<?
php
switch
(
$a
)
{
case
1
:
abc
();
break
;
case
2
:
abc
();
^
}
?>