<?php $arr = ["a" => " assd "]; foreach($arr as $value) { var_dump($value) . PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.