parser/phpast/samples/for.php

5 lines
46 B
PHP
Raw Normal View History

2022-07-28 21:13:08 +02:00
<?php
for ($i = 0; $i < $j; $i += 1) {
}