I have a part of code, that was written in php7:
[$columns, $values, $conditions] = $this->gatherConditions($identifier);
where $identifier
is an array. When I run this code on php5.6 server it shows error - unexpected "=" on line X
. How this line should be written for working in php 5.6?