<?php $a = ['things', 'stuff']; foreach ($a as $item) { // just iteratin' } var_dump($item);
You have javascript disabled. You will not be able to edit any code.