3v4l.org

run code in 300+ PHP versions simultaneously
<?php $all_works = [ ["title"=>"A Children’s Story", "year"=>"2024"], ["title"=>"Occurred during the Day", "year"=>"2021"], ["title"=>"Future and Past", "year"=>"2021"], ["title"=>"Future and History", "year"=>"2020"], ["title"=>"Open the School, Close the Studio", "year"=>"2023"], ["title"=>"To Reconstruct, To Rebuild", "year"=>"2024"], ["title"=>"Eyeglasses, a Story", "year"=>"2023"], ["title"=>"Nomadic Life11", "year"=>"2024"], ["title"=>"Nomadic Life2", "year"=>"2024"], ["title"=>"Nomadic Life", "year"=>"2024"], ["title"=>"Chipotle!", "year"=>"2022"], ["title"=>"between Art & Technology", "year"=>"2020"], ["title"=>"interview Script", "year"=>"2018"], ["title"=>"memories and confession", "year"=>"2024"], ["title"=>"Guest of Pluto", "year"=>"2022"], ["title"=>"A Prologue", "year"=>"2022"], ["title"=>"You are in this place", "year"=>"2023"], ["title"=>"Happening Now", "year"=>"2024"], ["title"=>"Review Catalogue", "year"=>"2022"], ["title"=>"A living being of Mars", "year"=>"2021"], ]; array_multisort( array_column($all_works, 'year'), array_column($all_works, 'title'), SORT_STRING | SORT_NATURAL, $all_works ); var_export($all_works);
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => array ( 'title' => 'interview Script', 'year' => '2018', ), 1 => array ( 'title' => 'Future and History', 'year' => '2020', ), 2 => array ( 'title' => 'between Art & Technology', 'year' => '2020', ), 3 => array ( 'title' => 'A living being of Mars', 'year' => '2021', ), 4 => array ( 'title' => 'Future and Past', 'year' => '2021', ), 5 => array ( 'title' => 'Occurred during the Day', 'year' => '2021', ), 6 => array ( 'title' => 'A Prologue', 'year' => '2022', ), 7 => array ( 'title' => 'Chipotle!', 'year' => '2022', ), 8 => array ( 'title' => 'Guest of Pluto', 'year' => '2022', ), 9 => array ( 'title' => 'Review Catalogue', 'year' => '2022', ), 10 => array ( 'title' => 'Eyeglasses, a Story', 'year' => '2023', ), 11 => array ( 'title' => 'Open the School, Close the Studio', 'year' => '2023', ), 12 => array ( 'title' => 'You are in this place', 'year' => '2023', ), 13 => array ( 'title' => 'A Children’s Story', 'year' => '2024', ), 14 => array ( 'title' => 'Happening Now', 'year' => '2024', ), 15 => array ( 'title' => 'Nomadic Life', 'year' => '2024', ), 16 => array ( 'title' => 'Nomadic Life2', 'year' => '2024', ), 17 => array ( 'title' => 'Nomadic Life11', 'year' => '2024', ), 18 => array ( 'title' => 'To Reconstruct, To Rebuild', 'year' => '2024', ), 19 => array ( 'title' => 'memories and confession', 'year' => '2024', ), )

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:
33.75 ms | 411 KiB | 5 Q