<?php $data = [ 1 => 'First', 0 => 'Second', 3 => 'Third', 2 => 'Fourth', ]; var_dump($data);
You have javascript disabled. You will not be able to edit any code.