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 git.master, git.master_jit, rfc.property-hooks
array(1) { ["Intercambio"]=> array(1) { [0]=> array(4) { ["A"]=> string(2) "AA" ["B"]=> string(2) "BB" ["C"]=> string(2) "CC" ["D"]=> string(2) "DD" } } }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
39.54 ms | 401 KiB | 8 Q