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);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VCLII
function name:  (null)
number of ops:  9
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   12     1        INIT_FCALL                                               'array_walk_recursive'
          2        SEND_REF                                                 !0
          3        SEND_VAL                                                 'sort'
          4        DO_ICALL                                                 
   14     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.44 ms | 1393 KiB | 17 Q