3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data[] = array('volume' => 67, 'edition' => 2); $data[] = array('volume' => 86, 'edition' => 1); $data[] = array('volume' => 85, 'edition' => 6); $data[] = array('volume' => 98, 'edition' => 2); $data[] = array('volume' => 86, 'edition' => 6); $data[] = array('volume' => 67, 'edition' => 7); $arr = array(); $cert = new stdClass(); $cert->Hash = '1132775296C8A1A3A7BDE742089458B7D3F8FD64'; $cert->SerialNumber = '424DB63300050000D15B'; $cert->KeyDate = date('d.n.Y', strtotime('2009-10-20 12:47:00')); $cert->ExpDate = date('d.n.Y', strtotime('2010-10-20 12:57:00')); $cert->TypeID = 1; $cert->TypeName = 'Федеральный'; $cert->StatusID = 2; $cert->StatusName = 'недействующий'; $cert->PersonID = '581'; $cert->PersonName = 'Иванов Иван Иванович'; $arr[] = $cert; $cert = new stdClass(); $cert->Hash = '2132775296C8A1A3A7BDE742089458B7D3F8FD64'; $cert->SerialNumber = '424DB63300050000D15B'; $cert->KeyDate = date('d.n.Y', strtotime('2010-10-20 12:57:00')); $cert->ExpDate = date('d.n.Y', strtotime('2011-10-20 12:57:00')); $cert->TypeID = 1; $cert->TypeName = 'Федеральный'; $cert->StatusID = 2; $cert->StatusName = 'недействующий'; $cert->PersonID = '581'; $cert->PersonName = 'Петров Петр Петрович'; $arr[] = $cert; $cert = new stdClass(); $cert->Hash = '3132775296C8A1A3A7BDE742089458B7D3F8FD64'; $cert->SerialNumber = '424DB63300050000D15B'; $cert->KeyDate = date('d.n.Y', strtotime('2011-10-20 12:57:00')); $cert->ExpDate = date('d.n.Y', strtotime('2012-10-20 12:57:00')); $cert->TypeID = 1; $cert->TypeName = 'Федеральный'; $cert->StatusID = 2; $cert->StatusName = 'недействующий'; $cert->PersonID = '581'; $cert->PersonName = 'Сидоров Сидр Сидорович'; $arr[] = $cert; $volume = array(); // Получение списка столбцов foreach ($cert as $key => $row) { $volume[$key] = $row->KeyDate; } // Сортируем данные по volume по убыванию и по edition по возрастанию // Добавляем $data в качестве последнего параметра, для сортировки по общему ключу array_multisort($volume, SORT_DESC, $cert); print_r($cert);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Attempt to read property "KeyDate" on string in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on string in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on string in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on string in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on int in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on string in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on int in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on string in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on string in /in/dltBg on line 55 Warning: Attempt to read property "KeyDate" on string in /in/dltBg on line 55 Fatal error: Uncaught TypeError: array_multisort(): Argument #3 must be an array or a sort flag in /in/dltBg:60 Stack trace: #0 /in/dltBg(60): array_multisort(Array, 3, Object(stdClass)) #1 {main} thrown in /in/dltBg on line 60
Process exited with code 255.

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:
42 ms | 402 KiB | 8 Q