1
0
Fork 0
php-language-server/fixtures/foreach.php

4 lines
68 B
PHP

<?php
foreach([0, 1, 2, 3, 4, 5] as $testValue) {
$testValue;
}