<?php $array = []; $array[-5] = 1; $array[] = 2; var_dump($array); ?>
You have javascript disabled. You will not be able to edit any code.