I\'m trying to get rid of deprecated code on a PHP7.2 web server by replacing the following code:
list(, $block) = each($this->blocks);
wi