<?php $a = [[1, 2, 3], [4, 5, 6]]; $a[0] = [1, 1, 1]; var_dump($a);
You have javascript disabled. You will not be able to edit any code.