mirror of
https://github.com/danog/parser.git
synced 2024-12-13 01:27:29 +01:00
4 lines
42 B
PHP
4 lines
42 B
PHP
|
<?php
|
||
|
do {
|
||
|
echo 'Hi!';
|
||
|
} while (true);
|