how to delcare empty array php code example Example: declare empty array in php $emptyArray = []; $emptyArray = array(); $emptyArray = (array) null;