3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = []; $a['R3']['C3'] = 66; $a['R1']['C1'] = 123; $a['R2']['C2'] = 423523; $a['R1']['C2'] = 3; arsort($a); print_r ($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pTF5E
function name:  (null)
number of ops:  20
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        FETCH_DIM_W                                      $2      !0, 'R3'
          2        ASSIGN_DIM                                               $2, 'C3'
          3        OP_DATA                                                  66
    6     4        FETCH_DIM_W                                      $4      !0, 'R1'
          5        ASSIGN_DIM                                               $4, 'C1'
          6        OP_DATA                                                  123
    7     7        FETCH_DIM_W                                      $6      !0, 'R2'
          8        ASSIGN_DIM                                               $6, 'C2'
          9        OP_DATA                                                  423523
    8    10        FETCH_DIM_W                                      $8      !0, 'R1'
         11        ASSIGN_DIM                                               $8, 'C2'
         12        OP_DATA                                                  3
   10    13        INIT_FCALL                                               'arsort'
         14        SEND_REF                                                 !0
         15        DO_ICALL                                                 
   12    16        INIT_FCALL                                               'print_r'
         17        SEND_VAR                                                 !0
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.34 ms | 1394 KiB | 17 Q