3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array ( 10 => array('id' => 'dix', 'aa' => '1010'), 100 => array('id' => 'cent', 'aa' => '100100'), 2 => array('id' => 'deux', 'aa' => '22'), 7 => array('id' => 'sept', 'aa' => '77')); // id sorting function so ($a, $b) { return (strcmp ($a['id'],$b['id'])); } echo so() ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught ArgumentCountError: Too few arguments to function so(), 0 passed in /in/fQSVS on line 9 and exactly 2 expected in /in/fQSVS:8 Stack trace: #0 /in/fQSVS(9): so() #1 {main} thrown in /in/fQSVS on line 8
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:
55.63 ms | 401 KiB | 8 Q