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

10 lines
59 B
Plaintext
Raw Normal View History

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