3v4l.org

run code in 300+ PHP versions simultaneously
<?php $employer = array ( 'username' => "username", 'number' => "205ab", 'email' => "employer4@site.de", 'language' => "en", 'usertype' => 2, 'agentid' => "10005", 'birthday' => "01.01.2000", 'reference' => 777, ); asort($employer,SORT_REGULAR); var_dump($employer);
Output for git.master, git.master_jit, rfc.property-hooks
array(8) { ["birthday"]=> string(10) "01.01.2000" ["usertype"]=> int(2) ["reference"]=> int(777) ["agentid"]=> string(5) "10005" ["number"]=> string(5) "205ab" ["email"]=> string(17) "employer4@site.de" ["language"]=> string(2) "en" ["username"]=> string(8) "username" }

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.15 ms | 402 KiB | 8 Q