Magento 1 : each() function is deprecated
3
In Magento 1, I have been getting this error: Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /var/www/html/test/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php on line 757 Code: if (is_array($table)) { list($tableAlias, $tableName) = each($table); } else { $tableName = $table; } How to solve this? Any help would be much appreciated.
magento-1.9 php-7 deprecated
share | improve this question
edited 2 days ago
Ansuman
asked 2 days ago
...