astrXbian/www/multitube/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/do_while.test

10 lines
69 B
Plaintext
Raw Normal View History

2021-03-20 01:33:02 +01:00
doWhile
-----
<?php
do {
} while (true);
-----
do {
} while (true);