3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rgData = [ [ 'account_id' => 9, 'entered' => 2 ], [ 'account_id' => 9, 'entered' => 3 ], [ 'account_id' => 9, 'entered' => 1 ] ]; //desc sort: usort($rgData, function($rgX, $rgY) { return $rgX['entered']>$rgY['entered']?-1:$rgX['entered']!=$rgY['entered']; }); var_dump($rgData);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
170.95 ms | 2827 KiB | 12 Q