<?php $a = array(); $b = 26; $a{$b} = 'c'; var_dump($a);
You have javascript disabled. You will not be able to edit any code.