3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array( 'C' => array (10.33,'ka'=> array ('e','d','mmm'),'fff','nnn'), 'A' => array (15,45 => array (14.5,75,21.9),17), 'L', 'N', 'TGHI' => array('bbb','aaa',14,37.3), 18, 1, 59); array_walk_recursive($data, "sort"); var_dump($data);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: sort(): Argument #1 ($array) must be of type array, float given in /in/VCLII:12 Stack trace: #0 [internal function]: sort(10.33, 0) #1 /in/VCLII(12): array_walk_recursive(Array, 'sort') #2 {main} thrown in /in/VCLII on line 12
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:
38.92 ms | 401 KiB | 8 Q