parser/tests/fixtures/0070/code.php

4 lines
42 B
PHP
Raw Normal View History

<?php
do {
echo 'Hi!';
} while (true);