The array element is missing either the name or the index variable.
Possible solutions: check the array syntax and provide all required variables:
($index,2i) = 0 // error $array(,2i) = 0 // error $array($index,2i) = 0 // OK
Last updated 4 years ago