3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(); $arr["Intercambio"]["0"]["A"] = "AA"; $arr["Intercambio"]["0"]["B"] = "BB"; $arr["Intercambio"]["0"]["C"] = "CC"; $arr["Intercambio"]["0"]["D"] = "DD"; var_dump($arr);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
array(1) { ["Intercambio"]=> array(1) { [0]=> array(4) { ["A"]=> string(2) "AA" ["B"]=> string(2) "BB" ["C"]=> string(2) "CC" ["D"]=> string(2) "DD" } } }

preferences:
193.47 ms | 404 KiB | 219 Q