DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / indent / indent_after_multiline_stmt1.php
1234567891011
<?php if (1) { foo($arg1, $arg2);^ echo 1; $tst = 1 + 2; } ?>