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