<?php $test = array(1, 2, 3, 'test' => 'value'); foreach ($test as $k => $v) { switch (is_string($k)) { case 'test': echo $v . "\n"; break; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`