<?php $i = 3; $result = ($i == 2) ? "Two" : (($i == 1) ? "One" : "Other"); echo $result, PHP_EOL; $i = 2; $result = ($i == 2) ? "Two" : (($i == 1) ? "One" : "Other"); echo $result, PHP_EOL; $i = 1; $result = ($i == 2) ? "Two" : (($i == 1) ? "One" : "Other"); echo $result, PHP_EOL;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`