<?php declare(strict_types=1); error_reporting(E_ALL); ini_set("display_errors", "1"); $a =[ null=>"null key?" ]; var_dump($a);
You have javascript disabled. You will not be able to edit any code.