On 2025-07-03 20:34, Morgan wrote:
On 2025-07-03 07:56, Gina P. Banyard wrote:> Deprecate using values of type null and bool as array offsets and when calling array_key_exists()
Still curious about this. What have you got against $branch = [false => $fail, true => $pass]; or $taken = $branch[$test == $match]; ?