-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Getting this parse error (PHP 5.4.29):
Parse error: syntax error, unexpected 'list' (T_LIST) in .../MysqliDb.php on line 622
When splitting:
foreach ($this->_where as list($concat, $wValue, $wKey)) {
into:
foreach ($this->_where as $value) {
list($concat, $wValue, $wKey) = $value;
It works!
Metadata
Metadata
Assignees
Labels
No labels