As each() function has been deprecated as of PHP 7.2, it should be replaced in the codebase using another ways (foreach()/key()/current()).
Also, each() has been removed in PHP 8.0 https://github.com/php/php-src/blob/master/UPGRADING#L39
As each() function has been deprecated as of PHP 7.2, it should be replaced in the codebase using another ways (foreach()/key()/current()).
Also, each() has been removed in PHP 8.0 https://github.com/php/php-src/blob/master/UPGRADING#L39