<?php $a = 'abc'; $b = 'blah'; $hashmap = [ $a => 'some value', ]; $hashmap[$b] = 'another value'; print_r($hashmap);
You have javascript disabled. You will not be able to edit any code.