3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = []; $a['R3']['C3'] = 66; $a['R1']['C1'] = 123; $a['R2']['C2'] = 423523; $a['R1']['C2'] = 3; arsort($a); print_r ($a);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [R1] => Array ( [C1] => 123 [C2] => 3 ) [R3] => Array ( [C3] => 66 ) [R2] => Array ( [C2] => 423523 ) )

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