<?php $a = [1, 2, 4]; for ($i = 1; $i <= 4; $i++) { echo $i.'. '.(in_array($i, $a) ? 'true' : 'false').PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`