new empty array in a variable code example Example: declare empty array in php $emptyArray = []; $emptyArray = array(); $emptyArray = (array) null;