3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dashboard = array('amount' => 'Przypis (z anulacjami)', 'incaso' => 'Inkaso', 'commission' => 'Prowizja', 'contracts' => 'Kontrakty', 'contracts1' => 'Kontrakty kwartalne', 'contracts2' => 'Megakonkurs', 'unpaid' => 'Nierozliczone polisy gotówkowe', 'statuses' => 'Akredytacje'); ksort($dashboard); var_dump($dashboard);
Output for git.master_jit, git.master, rfc.property-hooks
array(8) { ["amount"]=> string(22) "Przypis (z anulacjami)" ["commission"]=> string(8) "Prowizja" ["contracts"]=> string(9) "Kontrakty" ["contracts1"]=> string(19) "Kontrakty kwartalne" ["contracts2"]=> string(11) "Megakonkurs" ["incaso"]=> string(6) "Inkaso" ["statuses"]=> string(11) "Akredytacje" ["unpaid"]=> string(31) "Nierozliczone polisy gotówkowe" }

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:
114.14 ms | 406 KiB | 5 Q