DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / indent / switch_06.php.indented
12345678910
<?php switch($a) { case 1: abc(); abc(); break; ^ } ?>