3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(); $array['test'][74] = '11111'; $array['test'][71] = '1123'; $array['test'][72] = '114444'; asort($array['test']); print_r($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rvsHJ
function name:  (null)
number of ops:  18
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        FETCH_DIM_W                                      $2      !0, 'test'
          2        ASSIGN_DIM                                               $2, 74
          3        OP_DATA                                                  '11111'
    6     4        FETCH_DIM_W                                      $4      !0, 'test'
          5        ASSIGN_DIM                                               $4, 71
          6        OP_DATA                                                  '1123'
    7     7        FETCH_DIM_W                                      $6      !0, 'test'
          8        ASSIGN_DIM                                               $6, 72
          9        OP_DATA                                                  '114444'
   10    10        INIT_FCALL                                               'asort'
         11        FETCH_DIM_W                                      $8      !0, 'test'
         12        SEND_REF                                                 $8
         13        DO_ICALL                                                 
   12    14        INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.35 ms | 1394 KiB | 17 Q