php initialize empty array multidimensional code example Example: create empty 2d array php <?php $emptyArray = [[]]; ?>