3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr["my_account"]["ACH"]["ICE-1010"]["nro"] = 20; $arr["my_account"]["LK"]["AN-1011"]["nro"] = 30; $arr["i2-ACH"]["LT"]["SAE-1210"]["nro"] = 40; $arr["i2-ACH"]["ACH"]["ICE-1010"]["nro"] = 50; $arr["i2-Conn"]["CM"]["CM-1012"]["nro"] = 60; $arr["i2-Conn"]["LA"]["LA-1013"]["nro"] = 70; $arr["i2-Conn"]["LM"]["LM-1014"]["nro"] = 80; $arr["i2-Ecom"]["DW"]["DW-1015"]["nro"] = 90; //ksort($arr["i2-ACH"],SORT_STRING); print_r($arr["i2-ACH"]);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [LT] => Array ( [SAE-1210] => Array ( [nro] => 40 ) ) [ACH] => Array ( [ICE-1010] => Array ( [nro] => 50 ) ) )

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:
56.89 ms | 401 KiB | 8 Q