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

4 lines
68 B
PHP
Raw Normal View History

2017-06-10 12:25:05 +00:00
<?php
foreach([0, 1, 2, 3, 4, 5] as $testValue) {
$testValue;
}