parser/phpast/samples/for.php
2022-07-28 20:13:08 +01:00

5 lines
46 B
PHP

<?php
for ($i = 0; $i < $j; $i += 1) {
}