| Current Path : /proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/ |
| Current File : //proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/do_while.test |
doWhile
-----
<?php
do {
} while (true);
-----
do {
} while (true);