The following code will produce the error Notice: Type mismatch: expected: Array["id" => Any, ...], found: Array["id" => Top] echo $_GET['id']; ``` <?php echo $_GET['id']; ```