3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dataPoints = array( array('1' => '33','2' => 'dave','3' => '367'), array('1' => '168','2' => 'susan','3' => '56788'), array('1' => '99','2' => 'tim','3' => '6') ); foreach ($dataPoints as $key => $row) { $x[$key] = $row['1']; $y[$key] = $row['2']; $z[$key] = $row['3']; } $aaa = array_multisort($dataPoints, $x, SORT_DESC, $y, SORT_ASC, $z, $dataPoints); print_r($aaa); //TRUE or FALSE prh($dataPoints); //The data
Output for git.master, git.master_jit, rfc.property-hooks
1 Fatal error: Uncaught Error: Call to undefined function prh() in /in/PaXFb:17 Stack trace: #0 {main} thrown in /in/PaXFb on line 17
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:
22.65 ms | 401 KiB | 8 Q