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