DEBSOURCES
Skip Quicknav
sources / php-parser / 5.6.1-1 / test / code / prettyPrinter / stmt / while.test
12345678910
while ----- <?php while (true) { } ----- while (true) { }