1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-05 20:48:28 +01:00
PHP-Parser/test/code/prettyPrinter/stmt/while.test

10 lines
59 B
Plaintext
Raw Normal View History

2015-10-01 17:32:24 +02:00
while
-----
<?php
while (true) {
}
-----
while (true) {
}