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