3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list_array = array ( array("date"=>"2020-01-02", "address"=>"1629 W Main St", "city"=>"Ville Platte", "client"=>"Anette Albert", "agent"=>"Michelle Rockwood", "office"=>"Gardner Realtors", "price"=>"445"), array("date"=>"2019-02-03", "address"=>"201 La Rue Rhiems", "city"=>"Duson", "client"=>"William Myers", "agent"=>"Teresa Pastor", "office"=>"District South", "price"=>"375"), array("date"=>"2019-01-07", "address"=>"1402 Southport Blvd", "city"=>"New Iberia", "client"=>"Jose Villatobos", "agent"=>"Rickey Romero", "office"=>"Keller Williams", "price"=>"550"), array("date"=>"2019-01-08", "address"=>"900 S. College Dr, Ste 100", "city"=>"Lafayette", "client"=>"Susan D'Picard", "agent"=>"John Allen", "office"=>"Keller Williams", "price"=>"325"), array("date"=>"2017-12-02", "address"=>"1629 W Main St", "city"=>"Ville Platte", "client"=>"Anette Albert", "agent"=>"Michelle Rockwood", "office"=>"Gardner Realtors", "price"=>"445"), array("date"=>"2016-02-03", "address"=>"202 La Rue Rhiems", "city"=>"Duson", "client"=>"Robert La'Rue", "agent"=>"Suzanne D'Ambrosio", "office"=>"Van Eaton", "price"=>"365"), array("date"=>"2019-01-07", "address"=>"1405 Southport Blvd", "city"=>"New Iberia", "client"=>"Bob Barker", "agent"=>"Rickey Romero", "office"=>"Keller Williams", "price"=>"560"), array("date"=>"2019-01-08", "address"=>"900 S. College Dr, Ste 103", "city"=>"Lafayette", "client"=>"Susan Johnson", "agent"=>"Fred Arse", "office"=>"Keller Williams", "price"=>"315") ); array_multisort(array_column($list_array, 'date'), $list_array); var_export($list_array);
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => array ( 'date' => '2016-02-03', 'address' => '202 La Rue Rhiems', 'city' => 'Duson', 'client' => 'Robert La\'Rue', 'agent' => 'Suzanne D\'Ambrosio', 'office' => 'Van Eaton', 'price' => '365', ), 1 => array ( 'date' => '2017-12-02', 'address' => '1629 W Main St', 'city' => 'Ville Platte', 'client' => 'Anette Albert', 'agent' => 'Michelle Rockwood', 'office' => 'Gardner Realtors', 'price' => '445', ), 2 => array ( 'date' => '2019-01-07', 'address' => '1402 Southport Blvd', 'city' => 'New Iberia', 'client' => 'Jose Villatobos', 'agent' => 'Rickey Romero', 'office' => 'Keller Williams', 'price' => '550', ), 3 => array ( 'date' => '2019-01-07', 'address' => '1405 Southport Blvd', 'city' => 'New Iberia', 'client' => 'Bob Barker', 'agent' => 'Rickey Romero', 'office' => 'Keller Williams', 'price' => '560', ), 4 => array ( 'date' => '2019-01-08', 'address' => '900 S. College Dr, Ste 100', 'city' => 'Lafayette', 'client' => 'Susan D\'Picard', 'agent' => 'John Allen', 'office' => 'Keller Williams', 'price' => '325', ), 5 => array ( 'date' => '2019-01-08', 'address' => '900 S. College Dr, Ste 103', 'city' => 'Lafayette', 'client' => 'Susan Johnson', 'agent' => 'Fred Arse', 'office' => 'Keller Williams', 'price' => '315', ), 6 => array ( 'date' => '2019-02-03', 'address' => '201 La Rue Rhiems', 'city' => 'Duson', 'client' => 'William Myers', 'agent' => 'Teresa Pastor', 'office' => 'District South', 'price' => '375', ), 7 => array ( 'date' => '2020-01-02', 'address' => '1629 W Main St', 'city' => 'Ville Platte', 'client' => 'Anette Albert', 'agent' => 'Michelle Rockwood', 'office' => 'Gardner Realtors', 'price' => '445', ), )

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:
22.84 ms | 405 KiB | 8 Q