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