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) {
}