PHP list() expects numerical indexes in v7.4.6 – PHP Versions
In the PHP manual, I read: Before PHP 7.1.0, list() only worked on numerical arrays and assumes the numerical indices start at 0. My code: echo 'Current PHP version: ' . phpversion() . "n" ; print_r( $Item ) ; list(…