3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = []; $key = 'oele'; $arr[$key] = 'boele'; $key[1] = 'X'; print_r($arr); var_dump($key);

preferences:
56.74 ms | 402 KiB | 5 Q