3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arrays = array( array( 'resize', 'width' => 2, 'height' => 3), array( 'resize', 'height' => 3, 'width' => 2), array( 'resize', 'scale', 'height' => 3, 'width' => 2), ); foreach($arrays as $array){ uksort($array, function($key1, $key2){ return is_numeric($key1)? is_numeric($key2)? ($key1- $key2): -1: is_numeric($key2)? 1 : strcmp($key1, $key2); }); var_dump($array); //echo serialize($array)."\n"; }

This is an error 404

There are `0` results


preferences:
247.49 ms | 1403 KiB | 7 Q