astrXbian/www/multitube/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/while.test
2021-03-20 01:33:02 +01:00

10 lines
59 B
Plaintext

while
-----
<?php
while (true) {
}
-----
while (true) {
}