<?php declare(strict_types=1); // strict types are enabled, all three examples should emit wrong key type exception ['1' => true]; $a = '1'; [$a => true]; [1 => true][$a]; // ie. emit type exception when the key type is different than it will be, ie. int for numeric input, otherwise string
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`