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