3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pastry = ['shortcrust' => 8, 'choux' => 4, 'filo' => 5]; $fillings = ['beef' => 3, 'cream' => 8, 'green onions' => 5]; array_multisort($pastry, $fillings); var_dump($pastry); var_dump($fillings);

preferences:
27.8 ms | 402 KiB | 5 Q