<?phperror_reporting(E_ALL);ini_set('display_errors', 1);$bar = [ 'thing' => 'otherthing',];$foo = [];foreach ($bar as $key => $value) { $foo[$key] = $value;}print_r($bar);